forked from AnC-Council-IIT-Kanpur/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "solid-nextjs",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@types/bcrypt": "^5.0.1",
"@types/node": "^20.8.9",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"dotenv": "^16.4.5",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"framer-motion": "^10.12.16",
"next": "^14.2.4",
"next-themes": "^0.2.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-player": "^2.16.0",
"react-responsive-carousel": "^3.2.23",
"sharp": "^0.33.4",
"swiper": "^9.4.1",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"verge": "^1.10.2",
"yarn": "^1.22.22"
},
"devDependencies": {
"node-sass": "^9.0.0",
"sass-loader": "^10.5.2"
}
}