-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 942 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
{
"name": "finnentest",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@lit/react": "^1.0.4",
"@malte2036/thw-tools-components": "^0.2.13",
"classnames": "^2.3.2",
"dexie": "^3.2.2",
"dexie-react-hooks": "^1.1.1",
"next": "^13.0.3",
"next-pwa": "^5.6.0",
"node-appwrite": "^8.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "^13.0.3",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"prisma": "^4.6.1",
"typescript": "4.8.4"
}
}