39 lines
998 B
JSON
39 lines
998 B
JSON
{
|
|
"name": "vite-typescript-test",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"prettify": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^6.4.5",
|
|
"@mui/material": "^6.4.5",
|
|
"react-loader-spinner": "^6.1.6",
|
|
"react-router-dom": "^7.1.5",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@types/node": "^22.13.4",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"eslint": "^9.19.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
"globals": "^15.14.0",
|
|
"prettier": "3.5.1",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.22.0",
|
|
"vite": "^6.1.0"
|
|
}
|
|
}
|