-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "chibinouns",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-checkbox": "^0.1.5",
"@radix-ui/react-collapsible": "^0.1.6",
"@radix-ui/react-dialog": "^0.1.7",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-scroll-area": "^0.1.4",
"@radix-ui/react-separator": "^0.1.4",
"@react-three/drei": "^9.13.0",
"@react-three/fiber": "^8.0.22",
"@splinetool/react-spline": "^2.2.1",
"@splinetool/runtime": "^0.9.59",
"@stitches/react": "^1.2.8",
"autoprefixer": "^10.4.7",
"framer-motion": "^6.3.4",
"next": "12.1.6",
"postcss": "^8.4.14",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-use": "^17.4.0",
"three": "^0.141.0"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"tailwindcss": "^3.0.24",
"typescript": "4.7.2"
}
}