-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.68 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
60
{
"name": "sih-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "^2.0.18",
"@next/font": "^13.5.3",
"@react-icons/all-files": "^4.1.0",
"@react-spring/parallax": "^9.7.3",
"@stripe/stripe-js": "^2.1.10",
"axios": "^1.5.1",
"bootstrap": "^5.3.2",
"firebase": "^10.5.0",
"fortawesome": "^0.0.1-security",
"framer-motion": "^10.16.4",
"multer": "^1.4.5-lts.1",
"next": "^14.0.1",
"next-auth": "^4.23.2",
"node": "^20.7.0",
"openssl": "^2.0.0",
"react": "latest",
"react-countup": "^6.4.2",
"react-dom": "latest",
"react-icons": "^4.11.0",
"react-parallax": "^3.5.1",
"react-scroll": "^1.8.9",
"react-scroll-trigger": "^0.6.14",
"stripe": "^14.1.0"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react-scroll": "^1.8.8",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
},
"volta": {
"node": "20.8.0"
},
"resolutions": {
"@types/react": "^18.0.0",
"@types/react-dom": "17.0.2"
},
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions"
}