-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.62 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": "gmp-supply-chain-client",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^21.7"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "npm run gts-lint",
"gts-lint": "gts lint",
"next-lint": "next lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "husky",
"pretest": "npm run compile",
"posttest": "npm run lint",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@auth/core": "^0.37.1",
"@google-cloud/secret-manager": "^5.0.1",
"@heroicons/react": "^2.0.18",
"@vis.gl/react-google-maps": "^0.5.4",
"clsx": "^2.0.0",
"firebase": "^10.14.1",
"firebase-admin": "^12.0.0",
"next": "14.2.20",
"next-auth": "^5.0.0-beta.23",
"react": "^18",
"react-dom": "^18",
"swr": "^2.2.4",
"undici": "^6.11.1",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/google.maps": "^3.55.3",
"@types/jest": "^29.5.12",
"@types/node": "20.8.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"eslint-plugin-jest": "^27.9.0",
"gts": "^5.2.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "~5.2.0"
}
}