-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "iitbhumun",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"tags": [
"swiper"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-tailwind/react": "^1.2.4",
"daisyui": "^2.33.0",
"firebase": "^9.23.0",
"next": "^12.3.1",
"node-sass": "^7.0.3",
"react": "^18.2.0",
"react-countdown": "^2.3.3",
"react-dom": "18.2.0",
"react-google-button": "^0.7.2",
"react-icons": "^4.10.1",
"react-scroll": "^1.8.9",
"react-select": "^5.6.0",
"sass": "^1.68.0",
"sheetdb-js": "^1.0.3",
"swiper": "^6.8.4",
"uuid": "^9.0.0",
"webpack": "^5.88.1",
"yarn": "^1.22.19"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint": "^8.44.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}