Files
kt-connect/package.json
2019-10-08 18:03:02 +08:00

48 lines
1.1 KiB
JSON

{
"name": "kt-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.19.8",
"http-proxy-middleware": "^0.19.1",
"node-sass": "^4.12.0",
"ramda": "^0.26.1",
"react": "^16.8.6",
"react-archer": "^1.1.0",
"react-burger-menu": "^2.6.10",
"react-countdown-now": "^2.1.1",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"react-router-config": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"superagent": "^5.1.0",
"xterm": "^3.14.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}