-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "package.json",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^7.1.4",
"browser-sync": "^2.26.5",
"cssnext": "^1.8.4",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.4",
"gulp-csslint": "^1.0.0",
"gulp-file-include": "^1.2.0",
"gulp-htmlhint": "^0.3.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-postcss": "^7.0.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.1.1",
"imagemin-pngquant": "^4.0.0",
"jquery": "^3.4.0",
"postcss-calc": "^6.0.1",
"postcss-custom-properties": "^6.1.0"
},
"browserslist": [
"> 10%",
"last 7 versions",
"ff > 4",
"opera > 9"
],
"scripts": {
"start": "NODE_ENV=dev gulp start",
"build": "NODE_ENV=prod gulp build"
},
"dependencies": {
"gulp-less": "^4.0.1",
"less": "^3.9.0",
"phantom": "^6.2.0",
"phantomjs-prebuilt": "^2.1.16",
"postcss-units": "^1.1.0"
}
}