28 lines
662 B
JSON
28 lines
662 B
JSON
{
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"start": "serve -s dist",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@emotion/react": "^11.4.1",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@types/react-dom": "^17.0.9",
|
|
"serve": "^12.0.0",
|
|
"typescript": "^4.4.2",
|
|
"vite": "^2.5.3",
|
|
"vite-plugin-pwa": "^0.11.3"
|
|
},
|
|
"dependencies": {
|
|
"@mui/icons-material": "^5.0.3",
|
|
"@mui/material": "^5.0.3",
|
|
"@reduxjs/toolkit": "^1.6.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-redux": "^7.2.5",
|
|
"react-transition-group": "^4.4.2"
|
|
},
|
|
"private": "true"
|
|
}
|