-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.48 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "3dbot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/merriweather": "^5.0.8",
"@fontsource/open-sans": "^5.0.18",
"@nextui-org/react": "^2.2.9",
"@nextui-org/system": "^2.0.15",
"@nextui-org/theme": "^2.1.17",
"@react-three/drei": "^9.88.13",
"@react-three/fiber": "^8.15.10",
"@react-three/postprocessing": "^2.15.11",
"axios": "^1.6.2",
"cesium": "^1.111.0",
"cobe": "^0.6.3",
"copy-webpack-plugin": "^11.0.0",
"cors": "^2.8.5",
"framer": "^2.4.1",
"framer-motion": "^10.16.5",
"gasp": "^0.0.2",
"gsap": "^3.12.2",
"hls.js": "^1.4.12",
"js-cookie": "^3.0.5",
"next": "14.0.2",
"react": "^18",
"react-chat-elements": "^12.0.11",
"react-dom": "^18",
"react-globe.gl": "^2.27.0",
"react-paginate": "^8.2.0",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"resium": "^1.17.2",
"socket.io-client": "^4.7.2",
"swiper": "^11.0.5",
"tailwindcss-animate": "^1.0.7",
"video.js": "^8.6.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"postcss": "^8.4.31",
"symlink-dir": "^5.2.0",
"tailwindcss": "^3.3.5",
"typescript": "^5"
}
}