mirror of
https://github.com/gamer-ai/eletypes-frontend.git
synced 2024-11-25 16:36:34 +08:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "eletype",
|
|
"version": "0.3.4",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@mui/icons-material": "^5.6.1",
|
|
"@mui/material": "^5.6.1",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.0.1",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"random-words": "^1.1.2",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-select": "^5.3.0",
|
|
"react-toastify": "^10.0.4",
|
|
"recharts": "^2.12.7",
|
|
"styled-components": "^5.3.5",
|
|
"use-sound": "^4.0.1",
|
|
"uvcanvas": "^0.2.1",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"predeploy": "npm run build",
|
|
"deploy": "npm run build"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|