forked from Meowhere/Meowhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.7 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.7 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
{
"name": "meowhere",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"@react-spring/three": "^10.0.1",
"@react-three/drei": "^10.3.0",
"@react-three/fiber": "^9.1.2",
"@tanstack/react-query": "^5.77.2",
"@tanstack/react-query-devtools": "^5.80.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.15.0",
"lucide-react": "^0.516.0",
"meowhere": "file:",
"next": "15.3.2",
"next-route": "^2.0.0",
"react": "^19.0.0",
"react-calendar": "^6.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.57.0",
"recharts": "^2.15.3",
"swiper": "^11.2.8",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-animated": "^2.0.0",
"three": "^0.177.0",
"uuid": "^11.1.0",
"zod": "^3.25.57",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/babel-preset": "^8.1.0",
"@svgr/core": "^8.1.0",
"@svgr/hast-util-to-babel-ast": "^8.0.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.177.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.27.0",
"eslint-config-next": "15.3.2",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}