-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.41 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.41 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "ecc-dungeon",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "/user",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"mock": "vite-node mock-server.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@mswjs/data": "^0.16.2",
"@mswjs/http-middleware": "^0.10.3",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@tanstack/react-query": "^5.59.19",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/three": "^0.181.0",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"easyqrcodejs": "^4.3.1",
"express": "^5.1.0",
"jsqr": "^1.4.0",
"msw": "^2.11.5",
"nanoid": "^5.0.9",
"pino-http": "^10.3.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.53.2",
"react-icons": "^5.4.0",
"react-modal": "^3.16.1",
"react-query-auth": "^2.4.1",
"react-router-dom": "^6.27.0",
"react-timer-hook": "^3.0.8",
"tailwind-merge": "^2.5.4",
"three": "^0.181.2",
"vite-tsconfig-paths": "^5.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@eslint/js": "^9.11.1",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-interactions": "^8.4.4",
"@storybook/addon-onboarding": "^8.4.4",
"@storybook/blocks": "^8.4.4",
"@storybook/react": "^8.4.4",
"@storybook/react-vite": "^8.4.4",
"@storybook/test": "^8.4.4",
"@tailwindcss/vite": "^4.0.0",
"@types/js-cookie": "^3.0.6",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-modal": "^3.16.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-storybook": "^0.11.0",
"globals": "^15.9.0",
"js-cookie": "^3.0.5",
"prettier": "^3.3.3",
"storybook": "^8.4.4",
"tailwindcss": "^4.0.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8",
"vite-node": "^2.1.5"
},
"msw": {
"workerDirectory": "public"
}
}