mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 18:47:30 +00:00
26 lines
604 B
JSON
26 lines
604 B
JSON
{
|
|
"name": "ReactExample",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"babel-core": "^5.8.29",
|
|
"body-parser": "^1.14.1",
|
|
"bootstrap": "^3.3.5",
|
|
"express": "^4.13.3",
|
|
"griddle-react": "^0.2.14",
|
|
"history": "^1.12.6",
|
|
"react": "^0.14.0",
|
|
"react-dom": "^0.14.0",
|
|
"react-router": "^1.0.0-rc3",
|
|
"underscore": "^1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-loader": "^5.3.2",
|
|
"css-loader": "^0.21.0",
|
|
"extract-text-webpack-plugin": "^0.8.2",
|
|
"file-loader": "^0.8.4",
|
|
"style-loader": "^0.13.0",
|
|
"url-loader": "^0.5.6",
|
|
"webpack": "^1.12.2"
|
|
}
|
|
}
|