-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 899 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 899 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
33
{
"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",
"format": "npx prettier . --write"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"aos": "^2.3.4",
"chart.js": "^4.4.1",
"material-icons": "^1.13.12",
"next": "^15.1.3",
"primereact": "^9.6.2",
"react": "latest",
"react-dom": "latest",
"react-secure-storage": "^1.3.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.5",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "^8.5.3",
"prettier": "3.4.2",
"tailwindcss": "^4.1.5"
}
}