-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "es6-magazine",
"version": "1.0.0-csp",
"description": "A es6-magazine project",
"scripts": {
"dev": "node build/webpack/index.js",
"build": "node build/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JsAaron/node-magazine.git"
},
"author": "Aaron",
"license": "ISC",
"bugs": {
"url": "https://github.com/JsAaron/node-magazine/issues"
},
"homepage": "https://github.com/JsAaron/node-magazine#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"colors": "^1.1.2",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"fs-extra": "^0.30.0",
"html-webpack-plugin": "^2.28.0",
"underscore": "^1.8.3",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1",
"webpack-merge": "^4.0.0",
"write-file-webpack-plugin": "^4.0.0"
}
}