mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-26 04:02:47 +00:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "my-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.7.0",
|
|
"@material-ui/icons": "^4.5.1",
|
|
"@material-ui/lab": "^4.0.0-alpha.33",
|
|
"axios": "^0.19.0",
|
|
"classnames": "^2.2.6",
|
|
"http-proxy-middleware": "^0.20.0",
|
|
"mdi-material-ui": "^6.9.0",
|
|
"react": "^16.12.0",
|
|
"react-addons-update": "^15.6.2",
|
|
"react-content-loader": "^4.3.2",
|
|
"react-dnd": "^9.5.1",
|
|
"react-dnd-html5-backend": "^9.5.1",
|
|
"react-dom": "^16.12.0",
|
|
"react-image-lightbox": "^5.1.1",
|
|
"react-lazy-load-image-component": "^1.3.2",
|
|
"react-redux": "^7.1.3",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.2.0",
|
|
"redux": "^4.0.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"
|
|
]
|
|
}
|
|
}
|