-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.01 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.01 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
{
"name": "boggle-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"icons": "npx @svgr/cli ./src/assets/refactor/icons --index-template svgr-template.cjs",
"build-storybook": "storybook build"
},
"dependencies": {
"@react-three/drei": "^9.117.3",
"@react-three/fiber": "^8.17.10",
"@tailwindcss/line-clamp": "^0.4.4",
"axios": "^1.7.3",
"lottie-react": "^2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.25.1",
"three": "^0.170.0",
"vite-plugin-mkcert": "^1.17.6",
"zustand": "^4.5.4"
},
"devDependencies": {
"@storybook/react-vite": "^9.0.15",
"@tanstack/react-query": "^5.51.14",
"@types/node": "^24.0.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.170.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"ast-types": "0.16.1",
"autoprefixer": "^10.4.19",
"chromatic": "^13.1.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-storybook": "^9.0.15",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"storybook": "^9.0.15",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite-plugin-svgr": "^4.3.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/ast-types.patch"
}
}
}