-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^4.2.1",
"@reduxjs/toolkit": "^1.8.5",
"antd": "^4.22.5",
"next": "12.2.5",
"next-auth": "4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"styled-components": "^5.3.5",
"swr": "^1.3.0"
},
"devDependencies": {
"@testing-library/dom": "^8.17.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.7",
"@types/node": "18.7.3",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.26",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"jest": "^28.1.3",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^28.1.3",
"prisma": "^4.2.1",
"prisma-dbml-generator": "^0.9.1",
"ts-jest": "^28.0.8",
"typescript": "4.7.4"
}
}