-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1017 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1017 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
34
35
36
37
{
"name": "fingerorder-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fireworks-js/react": "^2.10.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@vercel/analytics": "^0.1.6",
"axios": "^1.2.1",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"next": "13.0.4",
"next-qrcode": "^2.3.0",
"react": "18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-export-table-to-excel": "^1.0.6",
"react-query": "^3.39.2",
"recoil": "^0.7.6",
"sass": "^1.56.1",
"typescript": "4.9.3"
},
"devDependencies": {
"@types/react-datepicker": "^4.8.0",
"@types/uuid": "^8.3.4",
"uuid": "^9.0.0"
}
}