-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 907 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 907 Bytes
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
{
"name": "website-flo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/tooltip": "^2.0.29",
"@react-three/drei": "^9.102.6",
"@react-three/fiber": "^8.15.19",
"@vercel/speed-insights": "^1.0.10",
"eslint-config-next": "^14.2.3",
"framer-motion": "^10.16.5",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-loader-spinner": "^6.1.6",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"three": "^0.157.0",
"use-debounce": "^10.0.0"
},
"devDependencies": {
"@types/node": "20.12.7",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"typescript": "5.4.5"
}
}