-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "scouting",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier -w ."
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@mantine/core": "^5.10.5",
"@mantine/form": "^5.10.5",
"@mantine/hooks": "^5.10.5",
"@mantine/modals": "^6.0.0",
"@mantine/notifications": "^5.10.5",
"@tabler/icons": "^2.6.0",
"@tabler/icons-react": "^2.6.0",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.8.2",
"react-web-qr-reader": "^1.0.4",
"zod": "^3.21.3",
"zustand": "^4.3.5"
},
"devDependencies": {
"@types/pako": "^2.0.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"prettier": "^2.8.4",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-pwa": "^0.14.4"
}
}