-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "partygame-client",
"private": false,
"version": "2.4.0",
"type": "module",
"license": "AGPL-3.0",
"author": "Jakub Kopańko <hi@kopanko.com> (kopanko.com)",
"repository": {
"type": "git",
"url": "https://github.com/pcktm/partygame-client"
},
"scripts": {
"dev": "vite --host --port 3000",
"build": "tsc && NODE_ENV=production vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^2.2.4",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"colyseus.js": "^0.14.13",
"framer-motion": "^6.5.1",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
"react": "^18.2.0",
"react-canvas-confetti": "^1.3.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.5",
"sass": "^1.54.0",
"swr": "^1.3.0",
"zustand": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-react": "^2.0.0",
"eslint": "^8.14.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vite-plugin-pwa": "^0.12.3",
"workbox-window": "^6.5.4"
}
}