-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 761 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 761 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
{
"name": "cms",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "webpack --config webpack.config.js --watch"
},
"dependencies": {
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"block-ui": "^2.70.1",
"body-parser": "~1.10.1",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"express": "~4.10.6",
"jade": "~1.8.2",
"jquery": "^2.2.4",
"jquery-ui": "^1.12.1",
"lodash": "^4.17.1",
"magnific-popup": "^1.1.0",
"medium-editor": "^5.22.1",
"morgan": "~1.5.1",
"path": "^0.12.7",
"serve-favicon": "~2.2.0",
"webpack": "^1.13.3",
"whatwg-fetch": "^2.0.0"
}
}