Files
whattoplay/package.json

32 lines
725 B
JSON

{
"name": "whattoplay",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "node --test server/**/*.test.mjs",
"test:steam": "node scripts/steam-cli.mjs"
},
"dependencies": {
"@ionic/react": "^8.0.0",
"@ionic/react-router": "^8.0.0",
"ionicons": "^7.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.0"
}
}