32 lines
799 B
JSON
32 lines
799 B
JSON
{
|
|
"name": "session-magician",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.10.5",
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@mui/icons-material": "^5.11.11",
|
|
"@mui/material": "^5.11.14",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/tampermonkey": "^4.0.10",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"eslint-config-wesbos": "^3.2.3",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^3.2.5",
|
|
"vite-plugin-monkey": "1.1.4"
|
|
}
|
|
} |