-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.87 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.87 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
{
"name": "os3a-gallery",
"version": "0.1.0",
"private": true,
"description": "Open Source 3D Assets Gallery - Browse and download 991+ free CC0 licensed GLB 3D models",
"scripts": {
"dev": "next dev",
"build": "next build && node scripts/copy-docs.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ardrive/turbo-sdk": "^1.23.0",
"@aws-sdk/client-s3": "^3.714.0",
"@aws-sdk/lib-storage": "^3.714.0",
"@aws-sdk/s3-request-presigner": "^3.712.0",
"@octokit/rest": "^21.1.1",
"@pixiv/three-vrm": "^3.3.0",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@shadcn/ui": "^0.0.4",
"@types/jszip": "^3.4.0",
"axios": "^1.8.3",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"csv-parse": "^5.6.0",
"dotenv": "^16.4.7",
"framer-motion": "^12.5.0",
"geist": "^1.3.1",
"gray-matter": "^4.0.3",
"jszip": "^3.10.1",
"lucide-react": "^0.468.0",
"next": "^14.2.20",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.5.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"three": "^0.162.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@types/node": "20.17.24",
"@types/react": "18.3.18",
"@types/react-dom": "^18",
"@types/three": "^0.162.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.7.2"
}
}