-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
{
"name": "e2aconference-1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3005",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.1.2",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@splinetool/react-spline": "^4.0.0",
"autoprefixer": "^10.4.20",
"fa-icons": "^0.2.0",
"font-awesome": "^4.7.0",
"font-awesome-icons": "^1.6.0",
"fortawesome": "^0.0.1-security",
"framer": "^2.4.1",
"framer-motion": "^10.18.0",
"lucide-react": "^0.429.0",
"motion": "^10.18.0",
"next": "^14.2.7",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"three": "^0.167.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5"
}
}