mirror of
https://github.com/caprover/caprover
synced 2026-08-13 11:10:55 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "app-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@types/jest": "^23.3.10",
|
|
"@types/node": "^10.12.18",
|
|
"@types/react": "^16.7.18",
|
|
"@types/react-dom": "^16.0.11",
|
|
"@types/react-redux": "^6.0.11",
|
|
"@types/react-router": "^4.4.3",
|
|
"@types/react-router-dom": "^4.3.1",
|
|
"antd": "^3.11.6",
|
|
"axios": "^0.18.0",
|
|
"babel-plugin-import": "^1.11.0",
|
|
"react": "^16.7.0",
|
|
"react-app-rewire-less": "^2.1.3",
|
|
"react-app-rewired": "^1.6.2",
|
|
"react-dom": "^16.7.0",
|
|
"react-pose": "^4.0.4",
|
|
"react-redux": "^6.0.0",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "2.1.1",
|
|
"redux": "^4.0.1",
|
|
"redux-thunk": "^2.3.0",
|
|
"typescript": "^3.2.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build && mv ./build ./dist-frontend && rm -rf ../app-backend/dist-frontend && mv ./dist-frontend ../app-backend/",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|