-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "cross-env ANALYZE=true next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@heroicons/react": "^2.1.1",
"@next/bundle-analyzer": "^14.2.3",
"chart.js": "^4.4.3",
"dotenv": "^16.4.5",
"mongoose": "^8.4.1",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"next-pwa": "^5.6.0",
"nextjs-progressbar": "^0.0.16",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.5",
"react-transition-scroll": "^1.1.2",
"sass": "^1.77.4",
"sharp": "^0.33.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prop-types": "^15.8.1",
"tailwindcss": "^3.4.3"
}
}