mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 18:19:40 +00:00
24 lines
548 B
JSON
24 lines
548 B
JSON
{
|
|
"name": "ReactExample",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"babel-core": "^5.8.29",
|
|
"bootstrap": "^3.3.5",
|
|
"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"
|
|
}
|
|
}
|