-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 924 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "django-nginx",
"version": "1.0.0",
"description": "",
"author": "",
"license": "",
"files": [],
"dependencies": {
"autoprefixer": "*",
"babel-preset-es2015-rollup": "*",
"browser-sync": "*",
"cssnano": "*",
"del": "*",
"gulp": "*",
"gulp-changed": "*",
"gulp-file-include": "*",
"gulp-htmlmin": "*",
"gulp-imagemin": "*",
"gulp-plumber": "*",
"gulp-postcss": "*",
"gulp-sass": "*",
"gulp-sourcemaps": "*",
"node-notifier": "*",
"rollup": "*",
"rollup-plugin-babel": "*",
"rollup-plugin-commonjs": "*",
"rollup-plugin-node-resolve": "*",
"rollup-plugin-uglify": "*"
}
}