-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.47 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.47 KB
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
83
84
85
86
{
"name": "@follytics/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/config-nx-scopes": "^19.8.1",
"@eslint/compat": "^1.3.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.31.0",
"@nx/devkit": "21.3.2",
"@nx/eslint": "21.3.2",
"@nx/eslint-plugin": "21.3.2",
"@nx/jest": "21.3.2",
"@nx/js": "21.3.2",
"@nx/next": "21.3.2",
"@nx/plugin": "21.3.2",
"@nx/workspace": "21.3.2",
"@openapitools/openapi-generator-cli": "^2.21.4",
"@swc-node/register": "~1.10.10",
"@swc/cli": "~0.7.8",
"@swc/core": "~1.13.1",
"@swc/helpers": "~0.5.17",
"@testing-library/react": "16.3.0",
"@types/d3": "^7.4.3",
"@types/jest": "^30.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.16.5",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"babel-jest": "^30.0.5",
"eslint": "^9.31.0",
"eslint-config-next": "15.4.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"husky": "^9.1.7",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"jest-environment-node": "^30.0.5",
"jsonc-eslint-parser": "^2.4.0",
"nx": "21.3.2",
"prettier": "^3.6.2",
"ts-jest": "^29.4.0",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0"
},
"engines": {
"node": ">=22.17.1"
},
"packageManager": "pnpm@10.13.1",
"dependencies": {
"@ant-design/charts": "^2.6.1",
"@ant-design/colors": "^8.0.0",
"@ant-design/icons": "^6.0.0",
"@ant-design/nextjs-registry": "^1.1.0",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@naxodev/gonx": "^2.0.2",
"@next/third-parties": "^15.4.3",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/api-logs": "^0.203.0",
"@opentelemetry/instrumentation": "^0.203.0",
"@opentelemetry/resources": "^2.0.1",
"@opentelemetry/sdk-logs": "^0.203.0",
"@vercel/otel": "^1.13.0",
"antd": "^5.26.6",
"axios": "^1.10.0",
"d3": "^7.9.0",
"jsdom": "^26.1.0",
"next": "15.4.3",
"next-auth": "5.0.0-beta.29",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"serialize-error": "^12.0.0",
"swr": "^2.3.4"
}
}