-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 953 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
{
"name": "demo-sync-for-expenses",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codat/accounting": "^0.37.0",
"@codat/common": "^0.37.0",
"@codat/sync-for-expenses": "^3.1.0",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"decimal.js": "^10.4.3",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"form-data": "^4.0.0",
"formidable": "^3.5.0",
"mongodb": "^5.7.0",
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.64.1",
"typescript": "5.1.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/async-lock": "^1.4.0",
"@types/form-data": "^2.5.0",
"@types/formidable": "^3.4.0",
"@types/uuid": "^9.0.2",
"async-lock": "^1.4.0",
"lowdb": "^6.0.1"
}
}