-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
{
"name": "template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production gulp dist",
"deploy": "surge -p dist -d _.surge.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"jquery": "^3.2.1",
"normalize.css": "^8.0.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.4",
"cross-env": "^5.1.1",
"gifsicle": "^3.0.4",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-clean": "^0.3.2",
"gulp-csso": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.4.0",
"gulp-pug": "^3.3.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.5.0",
"gulp-watch": "^5.0.0",
"imagemin-jpeg-recompress": "^5.1.0",
"postcss-inline-svg": "^3.0.0",
"run-sequence": "^2.2.0",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.1",
"webpack-stream": "^4.0.0"
}
}