-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.26 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
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
{
"name": "3d-scratch-map",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"migrate": "ley --require tsx/cjs",
"start": "next start"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@google/generative-ai": "^0.21.0",
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "9.0.0-beta.0",
"@upleveled/ley": "^0.9.2",
"bcrypt": "^5.1.1",
"cloudinary": "^2.5.1",
"dayjs": "^1.11.13",
"dotenv-safe": "^9.1.0",
"emoji-mart": "^5.6.0",
"next": "15.0.1",
"pg": "^8.13.1",
"postgres": "^3.4.5",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-hot-toast": "^2.4.1",
"react-resizable-panels": "^2.1.7",
"sass": "^1.80.3",
"server-only": "^0.0.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.169.0",
"three-conic-polygon-geometry": "^1.6.5",
"three-geojson-geometry": "^1.3.3",
"tsx": "^4.19.2",
"uuid": "^11.0.1",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@playwright/test": "^1.49.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@ts-safeql/eslint-plugin": "^3.4.7",
"@types/bcrypt": "^5.0.2",
"@types/dotenv-safe": "^8.1.6",
"@types/emoji-mart": "^3.0.14",
"@types/geojson": "7946.0.14",
"@types/node": "^20",
"@types/pg": "^8.11.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.169.0",
"daisyui": "^4.12.14",
"eslint": "^9.13.0",
"eslint-config-upleveled": "^8.11.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"libpg-query": "16.2.0",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-embed": "^0.4.15",
"prettier-plugin-sql": "^0.18.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"stylelint": "^16.10.0",
"stylelint-config-upleveled": "^1.1.5",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"packageManager": "[email protected]",
"overrides": {
"react-is": "^19.0.0-rc-69d4b800-20241021"
}
}