-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.91 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.91 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
{
"name": "moopi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@gltf-transform/core": "^3.4.2",
"@material-tailwind/react": "^2.0.1",
"@mui/material": "^5.13.6",
"@next-auth/supabase-adapter": "^0.2.1",
"@pixiv/three-vrm": "^2.0.0",
"@react-three/drei": "^9.70.0",
"@react-three/fiber": "^8.13.0",
"@supabase/supabase-js": "^2.24.0",
"@types/node": "20.2.5",
"@types/nprogress": "^0.2.0",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.1",
"@widgetbot/react-embed": "^1.8.0",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"base64-arraybuffer": "^1.0.2",
"dotenv": "^16.0.3",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"html-react-parser": "^4.0.0",
"moment": "^2.29.4",
"mysql2": "^3.3.3",
"next": "^13.4.7",
"next-auth": "^4.22.1",
"nprogress": "^0.2.0",
"pino": "^8.14.1",
"pino-logflare": "^0.4.0",
"postcss": "8.4.24",
"quill": "^1.3.6",
"quill-delta-to-html": "^0.12.1",
"react": "18.2.0",
"react-content-loader": "^6.2.1",
"react-dom": "18.2.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.14.1",
"react-select": "^5.7.3",
"react-slider": "^2.0.5",
"react-spinners": "^0.13.8",
"react-use-draggable-scroll": "^0.4.7",
"sharp": "^0.32.1",
"swr": "^2.1.5",
"tailwind-merge": "^1.13.2",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "3.3.2",
"three": "^0.153.0",
"three-stdlib": "^2.23.10",
"typescript": "5.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.12",
"@types/react-slider": "^1.3.1",
"@types/uuid": "^9.0.2",
"encoding": "^0.1.13"
}
}