forked from antonfilka/strategy-game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 842 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "strategy-game",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vanilla-extract/css": "^1.7.0",
"@vanilla-extract/dynamic": "^2.0.2",
"@vanilla-extract/vite-plugin": "^3.1.4",
"clsx": "^1.1.1",
"gh-pages": "^3.2.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.3.0",
"react-tsparticles": "^2.0.6",
"tsparticles": "^2.0.6",
"tsparticles-preset-fire": "^2.0.6",
"uifx": "^2.0.7",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^1.3.0",
"prettier": "2.6.2",
"typescript": "^4.6.3",
"vite": "^2.9.2"
}
}