-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "vc-demo-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"test": "next build && next start -p 3001 & cypress run",
"test:e2e": "cypress run",
"test:e2e:chrome": "cypress run -b chrome --headed",
"test:e2e:open": "cypress open",
"test:unit": "jest --coverage"
},
"dependencies": {
"@next/font": "13.1.2",
"axios": "^1.2.3",
"cookies-next": "^2.1.1",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"ethereumjs-util": "^7.1.5",
"follow-redirects": "^1.15.2",
"gsap": "^3.11.4",
"log4js": "^6.7.1",
"myinfo-vc-verifier": "^0.0.6",
"next": "13.1.2",
"node-jose": "^2.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"secure-random-string": "^1.1.3",
"styled-components": "^5.3.6",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/styled-components": "^5.1.26",
"cypress": "^12.5.0"
}
}