-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "jscs.info",
"version": "0.0.0",
"description": "",
"scripts": {
"data": "node app/buildData.js",
"test": "jscs app",
"publish": "sh tools/checkout.sh && npm run build && sh tools/publish.sh",
"start-dev": "sh tools/checkout.sh && node app/server.js",
"build": "sh tools/build.sh",
"build-js": "webpack --config webpack-production.config.js --progress --profile --colors -p"
},
"author": "Marat Dulin <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel": "^5.2.17",
"babel-core": "^5.1.11",
"babel-loader": "^5.0.0",
"css-loader": "^0.12.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.7.1",
"file-loader": "^0.8.1",
"flux": "^2.0.3",
"highlight.js": "^8.4.0",
"jscs": "^2.3.4",
"marked": "^0.3.2",
"marked-toc": "^0.3.0",
"react": "^0.13.1",
"react-hot-loader": "^1.2.2",
"react-router": "0.13.3",
"serve-static": "^1.10.0",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"through": "^2.3.6",
"url-loader": "^0.5.5",
"vow": "^0.4.8",
"vow-fs": "^0.3.4",
"webpack": "^1.7.2",
"webpack-dev-server": "^1.7.0"
},
"private": true
}