-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.13 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@skeleton/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"bootstrap": "yarn install",
"apps:owner": "nx run owner:dev",
"apps:build:owner": "nx run owner:build:production",
"apps:typecheck:owner": "nx affected --target=typecheck",
"apps:consumer": "nx run consumer:dev",
"apps:build:consumer": "nx run consumer:build:production",
"apps:typecheck:consumer": "nx affected --target=typecheck",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@ant-design/charts": "^2.1.2",
"@ant-design/colors": "^7.1.0",
"@ant-design/icons": "^5.4.0",
"@ant-design/nextjs-registry": "^1.0.1",
"@hookform/resolvers": "^3.3.2",
"@swc/helpers": "0.5.12",
"@tabler/icons-react": "^2.40.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"antd": "^5.20.3",
"axios": "^1.7.7",
"dayjs": "^1.11.10",
"firebase": "^10.12.3",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"next": "14.2.3",
"next-auth": "5.0.0-beta.19",
"nextjs-toploader": "^1.6.4",
"react": "18.3.1",
"react-countup": "^6.5.3",
"react-dom": "18.3.1",
"react-hook-form": "^7.48.2",
"react-i18next": "^15.0.2",
"react-is": "18.3.1",
"react-responsive": "^10.0.0",
"styled-components": "^6.1.1",
"tslib": "^2.6.2",
"zod": "^3.22.4",
"zustand": "^4.4.6"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@nx/cypress": "19.4.3",
"@nx/devkit": "19.4.3",
"@nx/eslint-plugin": "19.4.3",
"@nx/jest": "19.4.3",
"@nx/js": "19.4.3",
"@nx/linter": "19.4.3",
"@nx/next": "19.4.3",
"@nx/react": "19.4.3",
"@nx/workspace": "19.4.3",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.29",
"@swc/plugin-styled-components": "^1.5.67",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.5.8",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-is": "18.3.0",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"babel-jest": "^29.7.0",
"babel-plugin-styled-components": "1.10.7",
"cypress": "13.13.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^14.0.1",
"nx": "19.4.3",
"postcss": "8.4.38",
"postcss-preset-mantine": "^1.11.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.8.8",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "5.4.5",
"validate-branch-name": "^1.3.0"
},
"validate-branch-name": {
"pattern": ".*",
"errorMsg": "Invalid branch name"
},
"engines": {
"node": ">=18.0.0"
}
}