mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
0e66834ae3
- Update npm dependencies - Use grunt-sass (ie node-sass/libsass) - Add posttcss with autoprefixer and cssnano
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"name": "{{cookiecutter.repo_name}}",
|
|
"version": "{{ cookiecutter.version }}",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
"grunt-bg-shell": "~2.3.1",
|
|
"connect-livereload": "~0.3.2",
|
|
"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"
|
|
}
|
|
}
|