-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 861 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 861 Bytes
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
{
"name": "dev-scripts",
"version": "1.1.3",
"main": "bin/index.js",
"bin": {
"dev-scripts": "bin/index.js"
},
"license": "MIT",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"del": "^3.0.0",
"ejs": "^2.5.6",
"expose-loader": "^0.7.3",
"fs-extra": "^4.0.0",
"gulp": "^3.9.1",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"jquery": "1.12.4",
"js-cookie": "^2.1.4",
"koa": "^2.3.0",
"koa-router": "^7.2.1",
"koa-static": "^4.0.1",
"node-fetch": "^1.7.1",
"node-sass": "^4.5.3",
"postcss-sprite": "^2.2.1",
"twig": "^1.10.5",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.3.0",
"webpack-dev-middleware": "^1.11.0",
"webpack-stream": "^3.2.0"
},
"engines": {
"node": ">= 8.0.0"
}
}