-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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": "gost-dashboard",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-inline-source": "^2.1.0",
"gulp-load-plugins": "^1.1.0",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.3",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-sequence": "^0.4.6",
"gulp-style-modules": "^0.1.0",
"merge-stream": "^1.0.0",
"mocha": "^3.2.0",
"node-sass": "^4.6.0",
"node-sass-import-once": "^1.2.0",
"open": "0.0.4",
"polymer-cli": "^1.7.2",
"postcss": "^5.0.21",
"postcss-cli": "^2.5.2",
"request": "^2.87.0",
"sass-import-modules": "^2.1.0",
"sinon": "^1.17.7"
},
"dependencies": {
"body-parser": "^1.18.3",
"bower": "^1.8.4",
"compression": "^1.7.2",
"connect-redis": "^3.3.3",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-http-proxy": "^0.10.0",
"express-session": "^1.14.1",
"https-proxy-agent": "^1.0.0",
"json-server": "^0.8.10",
"ws": "^2.2.1"
}
}