-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 KB
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
48
49
{
"name": "2122agileteamproject-gpuserver-webapp",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --coverage"
},
"dependencies": {
"@chakra-ui/react": "^1.8.5",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@prisma/client": "3.9.2",
"cookie": "^0.4.2",
"dockerode": "^3.3.1",
"framer-motion": "^6",
"jsonwebtoken": "^8.5.1",
"ms": "^2.1.3",
"next": "12.0.10",
"openid-client": "^5.1.4",
"prisma": "^3.14.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"swr": "^1.2.2",
"ts-node": "^10.5.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.0.0",
"@types/cookie": "^0.4.1",
"@types/dockerode": "^3.3.9",
"@types/jsonwebtoken": "^8.5.8",
"@types/ms": "^0.7.31",
"@types/node": "^17.0.18",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"isomorphic-fetch": "^3.0.0",
"jest": "^27.5.1",
"local-ssl-proxy": "^1.3.0",
"typescript": "^4.5.5"
}
}