TinySkin/frontend/package.json
thehrz 145bb045e9
Some checks failed
CI / deploy (push) Failing after 2m53s
fork from xmdhs/authlib-skin
2025-01-24 16:57:58 +08:00

39 lines
1.0 KiB
JSON

{
"name": "@xmdhs/authlib-skin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@marsidev/react-turnstile": "^1.0.2",
"@mui/icons-material": "^6.1.7",
"@mui/material": "^6.1.7",
"ahooks": "^3.8.1",
"immer": "^10.1.1",
"jotai": "^2.10.2",
"mui-file-input": "^6.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"skinview3d": "^3.1.0",
"tilg": "^0.1.1"
},
"devDependencies": {
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"vite": "^5.4.11"
}
}