-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
76 lines (76 loc) · 2.21 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "gulp-plate",
"version": "2.0.3",
"description": "Gulp boilerplate for static page generation",
"repository": {
"type": "git",
"url": "git://github.com/arillo/gulp-plate.git"
},
"scripts": {
"start": "gulp watch",
"build": "gulp",
"watch": "gulp watch",
"prod": "NODE_ENV='production' gulp production",
"lint-tasks": "eslint --config .eslintrc.js 'gulpfile.js/**/*.js'"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/runtime": "^7.4.3",
"ansi-colors": "^3.2.4",
"autoprefixer": "^9.5.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"beeper": "^1.1.1",
"browser-sync": "^2.26.3",
"cssnano": "^4.1.10",
"del": "4.1.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"exports-loader": "^0.7.0",
"fancy-log": "^1.3.3",
"glob": "^7.1.3",
"gulp": "^4.0.0",
"gulp-changed": "^3.2.0",
"gulp-data": "^1.3.1",
"gulp-eslint": "^5.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-notify": "^3.2.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-sizereport": "^1.2.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-svg-symbols": "^3.2.3",
"gulp-svgo": "^2.1.1",
"gulp-watch": "^5.0.1",
"imports-loader": "^0.8.0",
"plugin-error": "^1.0.1",
"postcss-import": "^12.0.1",
"prettier": "^1.16.4",
"terser-webpack-plugin": "^1.2.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-middleware": "^3.6.1",
"webpack-hot-middleware": "^2.24.3"
},
"dependencies": {
"destyle.css": "^1.0.5",
"jquery": "^3.3.1",
"svg4everybody": "^2.1.9"
}
}