Files
GrandClaw-prototype/package.json

26 lines
544 B
JSON

{
"name": "grandclaw-archtype",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.5.0",
"react-router-dom": "^7.13.1"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"globals": "^17.4.0",
"sass": "^1.98.0",
"vite": "^8.0.1",
"vite-plugin-singlefile": "^2.3.2"
}
}