-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 928 Bytes
/
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
{
"name": "spaics-webportal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.0.7",
"@react-three/drei": "^9.53.0",
"@react-three/fiber": "^8.10.0",
"@types/three": "^0.148.0",
"@vercel/analytics": "^0.1.6",
"chart.js": "^4.1.2",
"eslint": "8.29.0",
"eslint-config-next": "^14.1.2",
"firebase": "^9.15.0",
"firebaseui": "^6.0.2",
"framer-motion": "latest",
"kofi-button": "^1.1.1",
"next": "^14.1.2",
"npm": "^9.2.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.1.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-intersection-observer": "^9.4.1",
"react-scroll-parallax": "^3.3.2",
"react-viewport-utils": "^2.0.2",
"sharp": "^0.31.3",
"three": "^0.148.0"
}
}