-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
41 lines (41 loc) · 960 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
38
39
40
41
{
"name": "zerocheck-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@worldcoin/idkit": "^1.3.0",
"chart.js": "^4.4.7",
"date-fns": "^4.1.0",
"lucide-react": "^0.469.0",
"mongoose": "^8.9.5",
"next": "14.2.20",
"qrcode.react": "^4.2.0",
"react": "^18",
"react-chartjs-2": "^5.3.0",
"react-datepicker": "^7.6.0",
"react-dom": "^18",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.20",
"jest": "^29.7.0",
"mongodb-memory-server": "^10.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}