forked from ankit0696/iitp-placement-portal-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 908 Bytes
/
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
{
"name": "iitp-placement-frontend",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.3",
"@heroicons/react": "^1.0.6",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"ag-grid-community": "^27.3.0",
"ag-grid-enterprise": "^27.3.0",
"ag-grid-react": "^27.3.0",
"axios": "^0.27.2",
"chart.js": "^3.8.0",
"cookie": "^0.4.2",
"moment": "^2.29.4",
"next": "12.1.6",
"qs": "^6.10.3",
"react": "18.1.0",
"react-chartjs-2": "^4.2.0",
"react-dom": "18.1.0",
"react-toastify": "^9.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.24"
}
}