-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
{
"name": "startup-nextjs-template",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "^8.16.3",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"next": "^14.1.0",
"next-themes": "^0.2.1",
"radix-ui": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-modal-video": "^2.0.1",
"react-starfield": "^1.0.3",
"swiper": "^11.1.1",
"three": "^0.164.1",
"three-globe": "^2.31.0",
"util": "^0.12.5"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"autoprefixer": "^10.4.17",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"framer-motion": "^5.3.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"react-spring": "^9.7.3",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3"
}
}