forked from Ashrockzzz2003/placement_tracker_web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 741 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 741 Bytes
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
{
"name": "placement_tracker_v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "pm2 start npm -- start"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"aos": "^2.3.4",
"chart.js": "^4.4.1",
"file-saver": "^2.0.5",
"material-icons": "^1.13.12",
"next": "^13.5.4",
"primereact": "^9.6.2",
"react": "latest",
"react-dom": "latest",
"react-secure-storage": "^1.3.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest"
}
}