You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
764 B
33 lines
764 B
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"dependencies": {
|
|
"antd": "^3.1.0",
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"css-loader": "^0.28.7",
|
|
"html-webpack-plugin": "^2.30.1",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"style-loader": "^0.19.0",
|
|
"webpack": "^3.8.1",
|
|
"webpack-dev-server": "^2.9.4"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel-plugin-import": "^1.6.3",
|
|
"less": "^2.7.3",
|
|
"less-loader": "^4.0.5"
|
|
}
|
|
}
|