mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-03-13 06:57:45 +08:00
45 lines
954 B
JSON
45 lines
954 B
JSON
{
|
|
"name": "handbook",
|
|
"description": "The ultimate anime game handbook!",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
|
|
"events": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.9.3",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/events": "^3.0.0",
|
|
|
|
"vite": "^4.2.0",
|
|
"vite-plugin-svgr": "^2.4.0",
|
|
"vite-tsconfig-paths": "^4.0.7",
|
|
"vite-plugin-singlefile": "^0.13.5",
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
|
"@rollup/plugin-dsv": "^3.0.2",
|
|
|
|
"sass": "^1.58.3",
|
|
"cssnano": "^5.1.15",
|
|
"tailwindcss": "^3.2.7",
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
"postcss": "^8.4.21",
|
|
"postcss-load-config": "^4.0.1",
|
|
"postcss-font-magician": "^3.0.0",
|
|
|
|
"prettier": "^2.8.7"
|
|
}
|
|
}
|