39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "code",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"server": "babel-node --stage 0 ./server.js",
|
||
|
"webpack": "webpack --watch",
|
||
|
"dev": "npm-run-all --parallel server webpack"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"babel-core": "^5.8.25",
|
||
|
"babel-loader": "^5.3.2",
|
||
|
"compression-webpack-plugin": "^0.2.0",
|
||
|
"css-loader": "^0.19.0",
|
||
|
"express": "^4.13.3",
|
||
|
"extract-text-webpack-plugin": "^0.8.2",
|
||
|
"file-loader": "^0.8.4",
|
||
|
"highlight.js": "^8.8.0",
|
||
|
"http-server": "^0.8.5",
|
||
|
"image-size-loader": "^0.7.0",
|
||
|
"node-sass": "^3.3.3",
|
||
|
"node-static": "^0.7.7",
|
||
|
"npm-run-all": "^1.2.11",
|
||
|
"react": "^0.14.0-rc1",
|
||
|
"react-addons-css-transition-group": "^0.14.0-rc1",
|
||
|
"react-css-modules": "^3.2.3",
|
||
|
"react-dom": "^0.14.0-rc1",
|
||
|
"sass-loader": "^2.0.1",
|
||
|
"serve-static": "^1.10.0",
|
||
|
"style-loader": "^0.12.4",
|
||
|
"watch-ignore-webpack-plugin": "git+https://github.com/rbdone/watch-ignore-webpack-plugin.git",
|
||
|
"webpack": "^1.12.2"
|
||
|
}
|
||
|
}
|