This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
82 lines (82 loc) · 2.4 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"type": "module",
"scripts": {
"prepare": "husky install"
},
"name": "awardwiz",
"devDependencies": {
"@iconify/json": "^2.2.85",
"@svgr/core": "^8.0.0",
"@types/bezier-js": "^4.1.0",
"@types/chrome-remote-interface": "^0.31.10",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/glob-to-regexp": "^0.4.1",
"@types/har-format": "^1.2.10",
"@types/node": "^20.3.3",
"@types/node-fetch": "^2.6.2",
"@types/nodemailer": "^6.4.6",
"@types/pako": "^2.0.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.0.1",
"ajv-cli": "^5.0.0",
"axios": "^1.4.0",
"depcheck": "^1.4.3",
"eslint": "^8.44.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.15.0",
"eslint-plugin-vitest": "^0.2.6",
"geo-tz": "^7.0.6",
"handlebars": "^4.7.7",
"husky": "^8.0.0",
"listr2": "^6.6.0",
"node-fetch": "^3.3.0",
"nodemailer": "^6.8.0",
"npm-check": "^6.0.1",
"rollup-plugin-visualizer": "^5.8.3",
"typescript": "^5.2.0-dev.20230629",
"typescript-json-schema": "^0.58.1",
"unplugin-icons": "^0.16.3",
"vite": "^4.3.9",
"vite-node": "^0.32.2",
"vite-plugin-watch-and-run": "^1.1.3",
"vitest": "^0.32.2"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@react-oauth/google": "^0.11.0",
"@svgr/plugin-jsx": "^8.0.1",
"@tanstack/query-sync-storage-persister": "^4.29.19",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query-persist-client": "^4.29.19",
"ansi-colors": "^4.1.3",
"antd": "^5.6.3",
"bezier-js": "^6.1.3",
"bottleneck": "^2.19.5",
"chrome-launcher": "^0.15.2",
"chrome-remote-interface": "^0.32.2",
"cors": "^2.8.5",
"cross-fetch": "^3.1.8",
"dayjs": "^1.11.9",
"dotenv": "^16.1.3",
"express": "^4.18.2",
"express-jwt": "^8.4.1",
"express-rate-limit": "^6.7.0",
"firebase": "^9.23.0",
"firebase-admin": "^11.3.0",
"glob-to-regexp": "^0.4.1",
"jwks-rsa": "^3.0.1",
"p-retry": "^5.1.2",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"winston": "^3.9.0",
"winston-loki": "^6.0.6"
}
}