scel/web/package.json

22 lines
433 B
JSON
Raw Normal View History

2022-07-18 22:57:33 +02:00
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
2022-07-18 22:57:33 +02:00
},
"devDependencies": {
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
2022-10-27 22:45:20 +02:00
"@vitejs/plugin-react": "2.2.0",
2022-11-15 20:02:06 +01:00
"typescript": "4.9.3",
2022-11-15 18:19:51 +01:00
"vite": "3.2.4"
2022-07-18 22:57:33 +02:00
}
}