mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-05 05:55:36 +00:00
31 lines
683 B
JSON
31 lines
683 B
JSON
{
|
|
"name": "reacttest",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel-core": "^6.8.0",
|
|
"babel-loader": "^6.2.5",
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"compression-webpack-plugin": "^0.4.0",
|
|
"css-loader": "^0.25.0",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4",
|
|
"style-loader": "^0.13.1",
|
|
"webpack": "^2.5.1"
|
|
},
|
|
"dependencies": {
|
|
"babel-loader": "^6.4.1",
|
|
"n-zepto": "^1.2.0",
|
|
"react-virtualized": "^9.7.5",
|
|
"zepto": "^1.2.0"
|
|
}
|
|
}
|