mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-09 21:24:43 +00:00
Update package.json
- Update npm dependencies - Use grunt-sass (ie node-sass/libsass) - Add posttcss with autoprefixer and cssnano
This commit is contained in:
parent
64119a093a
commit
0e66834ae3
1 changed files with 8 additions and 5 deletions
|
|
@ -3,13 +3,16 @@
|
|||
"version": "{{ cookiecutter.version }}",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-contrib-watch": "~0.6.1",
|
||||
"grunt-bg-shell": "~2.3.1",
|
||||
"connect-livereload": "~0.3.2",
|
||||
"grunt-contrib-compass": "~0.7.0",
|
||||
"time-grunt": "~0.2.7",
|
||||
"load-grunt-tasks": "~0.2.1"
|
||||
"time-grunt": "~1.2.1",
|
||||
"load-grunt-tasks": "~3.2.0",
|
||||
"grunt-sass": "~1.0.0",
|
||||
"grunt-postcss": "~0.5.5",
|
||||
"cssnano": "~2.1.0",
|
||||
"autoprefixer-core": "~5.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue