-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.18 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc",
"test": "jest"
},
"dependencies": {
"@govtechsg/decentralized-renderer-react-components": "^3.12.0",
"@govtechsg/oa-encryption": "^1.3.5",
"@govtechsg/open-attestation": "^6.7.0",
"@sparticuz/chromium": "^117.0.0",
"axios": "^1.5.1",
"next": "^14.2.3",
"puppeteer": "^21.3.8",
"puppeteer-core": "^21.3.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"runtypes": "^6.5.1",
"typesafe-actions": "^5.1.0"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@netlify/plugin-nextjs": "^4.40.2",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.5.1",
"eslint": "^8.9.0",
"eslint-config-next": "^12.1.0",
"jest": "^27.5.1",
"postcss": "^8.4.6",
"semantic-release": "^18.0.1",
"tailwindcss": "^3.0.23",
"typescript": "^5.2.2"
},
"prettier": {
"printWidth": 120
}
}