-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 773 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 773 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": "ld-plot",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build:webpack": "NODE_ENV=production webpack --config webpack.config.js",
"build": "npm run build:webpack"
},
"dependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"d3": "^4.4.1",
"d3-save-svg": "0.0.2",
"debug": "~2.2.0",
"ejs": "^2.5.5",
"express": "~4.13.4",
"morgan": "~1.9.1",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.15.0"
}
}