-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.2",
"@nextui-org/react": "^1.0.0-beta.12",
"@reduxjs/toolkit": "^1.9.1",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.425",
"@types/node": "18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "18.0.10",
"@types/tailwindcss": "^3.1.0",
"firebase": "^10.5.2",
"framer-motion": "^8.5.0",
"gsap": "^3.12.2",
"gsap-trial": "^3.12.2",
"matter-js": "^0.19.0",
"next": "^14.0.1",
"next-redux-wrapper": "^8.1.0",
"next-themes": "^0.2.1",
"node-fetch": "^3.3.0",
"nodemailer": "^6.9.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-player": "^2.11.0",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-provider": "^1.0.0",
"redux-thunk": "^2.4.2",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/matter-js": "^0.19.0",
"@types/nodemailer": "^6.4.10",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"postcss-nesting": "^12.0.1",
"tailwindcss": "^3.2.4"
}
}