-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.64 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
59
{
"name": "techfest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.20.5",
"@bradgarropy/next-seo": "^1.2.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@motionone/utils": "^10.15.1",
"@mui/material": "^5.10.16",
"@mui/styled-engine-sc": "^5.10.16",
"@next/font": "^13.0.7",
"@react-three/drei": "^9.47.1",
"@react-three/fiber": "^8.9.1",
"bootstrap": "^5.2.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.4",
"framer-motion": "^7.6.19",
"global": "^4.4.0",
"jquery": "^3.6.1",
"next": "13.0.4",
"pure-react-carousel": "^1.30.1",
"react": "18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.1",
"react-is": "^18.2.0",
"react-responsive-carousel": "^3.2.23",
"react-scroll": "^1.8.9",
"react-slick": "^0.29.0",
"react-tooltip": "^5.3.0",
"react-tsparticles": "^2.6.0",
"sharp": "^0.31.3",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"three": "^0.147.0",
"three.js": "^0.77.1",
"tsparticles": "^2.6.0"
},
"devDependencies": {
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-scroll": "^1.8.5",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}