-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.44 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
{
"name": "hufs-code-festival",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 --port 8080",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@vanilla-extract/css": "^1.17.5",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"marked": "^14.1.4",
"next": "~14.2.35",
"plaiceholder": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"three": "^0.169.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.33",
"@plaiceholder/next": "^3.0.0",
"@types/node": "^20.19.25",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/three": "^0.169.0",
"@typescript-eslint/parser": "^7.18.0",
"@vanilla-extract/next-plugin": "^2.4.16",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.14",
"eslint-config-prettier": "^9.1.2",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript": "^5.9.3"
}
}