-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.2 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
46
47
{
"name": "nextlevel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"nextlevelbuild": "node ./node_modules/nextlevelpackage/cli.js",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@next/bundle-analyzer": "^14.2.5",
"@supercharge/strings": "^2.0.0",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^3.6.0",
"geist": "^1.3.1",
"mongodb": "^6.8.0",
"mongoose": "^8.5.1",
"next": "^14.2.14",
"next-auth": "^4.24.7",
"nextjs-cors": "^2.2.0",
"nextlevelpackage": "^1.0.4",
"nodemon": "^3.1.4",
"normalize.css": "^8.0.1",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-icons": "^5.2.1",
"sharp": "^0.33.4",
"web-vitals": "^4.2.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.7",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.10",
"@types/react": "18.3.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"typescript": "5.5.3"
}
}