mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-28 15:14:25 +08:00
init
This commit is contained in:
45
console/package.json
Normal file
45
console/package.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "mobx-ts-example",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server",
|
||||
"daily-build": "rm -rf dist && NODE_ENV=production webpack",
|
||||
"pre-build": "rm -rf dist && NODE_ENV=production webpack",
|
||||
"prod-build": "rm -rf dist && NODE_ENV=production webpack"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@hot-loader/react-dom": "^16.8.6",
|
||||
"@types/echarts": "^4.1.9",
|
||||
"@types/react": "^16.8.8",
|
||||
"@types/react-dom": "^16.8.2",
|
||||
"@types/react-router-dom": "^4.3.1",
|
||||
"antd": "^3.16.1",
|
||||
"css-loader": "^2.1.0",
|
||||
"echarts": "^4.2.1",
|
||||
"file-loader": "^5.0.2",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"less": "^3.9.0",
|
||||
"less-loader": "^4.1.0",
|
||||
"mini-css-extract-plugin": "^0.6.0",
|
||||
"mobx": "^5.9.4",
|
||||
"mobx-react": "^5.4.3",
|
||||
"moment": "^2.24.0",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
||||
"react": "^16.8.4",
|
||||
"react-hot-loader": "^4.8.4",
|
||||
"react-router-dom": "^5.0.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"terser-webpack-plugin": "^1.2.3",
|
||||
"ts-loader": "^5.3.3",
|
||||
"tsconfig-paths-webpack-plugin": "^3.2.0",
|
||||
"tslint": "^5.13.1",
|
||||
"tslint-react": "^3.6.0",
|
||||
"typescript": "^3.3.3333",
|
||||
"webpack": "^4.29.6",
|
||||
"webpack-cli": "^3.2.3",
|
||||
"webpack-dev-server": "^3.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user