45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "my-vue-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^3.4.0",
|
|
"@emotion/react": "^11.14.0",
|
|
"@p5-wrapper/react": "^4.4.2",
|
|
"axios": "^1.7.9",
|
|
"formik": "^2.4.6",
|
|
"mobx": "^6.13.5",
|
|
"mobx-react-lite": "^4.1.0",
|
|
"next-themes": "^0.4.4",
|
|
"p5": "^1.11.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.4.0",
|
|
"react-jdenticon": "^1.4.0",
|
|
"react-router": "^7.1.3",
|
|
"yup": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.17.0",
|
|
"@types/axios": "^0.9.36",
|
|
"@types/p5": "^1.7.6",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
"globals": "^15.14.0",
|
|
"typescript": "~5.6.2",
|
|
"typescript-eslint": "^8.18.2",
|
|
"vite": "^6.0.5"
|
|
}
|
|
}
|