43 lines
993 B
JSON
43 lines
993 B
JSON
{
|
|
"name": "mediastore",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"@umijs/hooks": "^1.9.3",
|
|
"antd": "^4.8.2",
|
|
"axios": "^0.20.0",
|
|
"events": "^3.2.0",
|
|
"lodash": "^4.17.20",
|
|
"moment": "^2.29.1",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-inline-editing": "^1.0.10",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start --no-cache",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --no-cache",
|
|
"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"
|
|
]
|
|
}
|
|
}
|