This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
forked from Open-Attestation/verify-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.21 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "verify.gov.sg",
"version": "0.0.0-development",
"license": "Apache-2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "cp ./_headers.${CONTEXT:-production} ./.next/_headers",
"start": "next start",
"lint": "next lint",
"test": "jest",
"integration": "testcafe chrome integration/**/*.spec.ts --compilerOptions noEmit=true",
"integration:headless": "testcafe chrome:headless integration/**/*.spec.ts --compilerOptions noEmit=true --app 'npm start' --app-init-delay 5000",
"monitoring": "testcafe chrome:headless monitoring/**/*.spec.ts --skip-js-errors --compiler-options typescript.options.esModuleInterop=true"
},
"dependencies": {
"@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",
"@govtechsg/decentralized-renderer-react-components": "^3.8.0",
"@govtechsg/oa-encryption": "^1.3.3",
"@govtechsg/oa-verify": "^7.9.0",
"@govtechsg/open-attestation": "^6.5.0",
"axios": "^0.26.1",
"next": "^12.1.6",
"next-mdx-remote": "^4.0.2",
"next-seo": "^5.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^12.0.5",
"react-ga4": "^1.4.1",
"runtypes": "^6.5.1",
"typesafe-actions": "^5.1.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/prompt": "^16.2.3",
"@ls-age/commitlint-circle": "^1.0.0",
"@netlify/plugin-nextjs": "^4.3.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@types/jest": "^27.4.1",
"@types/node": "^14.18.12",
"@types/node-fetch": "^2.6.1",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/tailwindcss": "^3.0.10",
"autoprefixer": "^10.4.4",
"eslint": "^8.13.0",
"eslint-config-next": "^12.1.4",
"jest": "^27.5.1",
"node-fetch": "^2.6.7",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.23",
"testcafe": "^1.18.6",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3",
"zlib": "^1.0.5"
}
}