-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
154 lines (154 loc) · 5.32 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "shark",
"version": "1.1.1",
"private": true,
"description": "shark is a web application designed to help users manage and visualize shark data. The project is built using the React framework for the frontend interface, utilizing the component library provided by Ant Design to create a user-friendly interface, and managing state using Zustand. Through these technologies, shark provides a powerful and easy-to-use platform for users to effectively manage and display shark data. Additionally, the project uses rspack for building to achieve project bundling and optimization.",
"author": {
"name": "h7ml",
"email": "[email protected]",
"url": "https://shark.h7ml.cn",
"github": "https://github.com/h7ml"
},
"license": "Apache-2.0",
"homepage": "https://shark.h7ml.cn",
"repository": {
"type": "git",
"url": "https://github.com/h7ml/shark.git"
},
"bugs": {
"url": "https://github.com/h7ml/shark/issues"
},
"keywords": [
"shark",
"web",
"application",
"data visualization",
"React",
"Ant Design",
"Zustand"
],
"scripts": {
"build": "cross-env NODE_ENV=production rspack build",
"build:analyze": "cross-env NODE_ENV=production rspack build --analyze",
"build:gh-pages": "cross-env NODE_ENV=production PUBLIC_PATH=/shark/ rspack build",
"build:utils": "pnpm --filter @dext7r/utils build",
"build:ui": "pnpm --filter @dext7r/ui build",
"build:docs": "pnpm --filter @dext7r/docs docs:build",
"dev:docs": "pnpm --filter @dext7r/docs dev",
"dev": "cross-env NODE_ENV=development rspack serve",
"edgio:build": "edgio build",
"edgio:deploy": "edgio deploy",
"edgio:dev": "edgio dev",
"eslint": "eslint . --fix --cache",
"prepare": "husky install && npm run build:utils && npm run build:ui",
"prettier": "prettier --write . --log-level error",
"lint": "npm run prettier",
"preview": "npm run build && rspack preview",
"stylelint": "stylelint \"**/*.{css,scss,sass}\" --fix --cache",
"release": "release-it",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org h7ml --project shark dist && sentry-cli sourcemaps upload --org h7ml --project shark dist",
"i18n": "i18n",
"ncu": "npx ncu -u --reject eslint"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/plots": "^2.1.15",
"@ant-design/pro-components": "^2.7.0",
"@antv/g2plot": "^2.4.31",
"@dext7r/ui": "workspace:^",
"@dext7r/utils": "workspace:^",
"@tanstack/react-query": "^5.29.2",
"ahooks": "^3.7.11",
"antd": "^5.16.2",
"axios": "^1.6.8",
"i18next": "^23.11.2",
"i18next-browser-languagedetector": "^7.2.1",
"localforage": "^1.10.0",
"mockjs": "^1.1.0",
"npm-run-all2": "^6.1.2",
"nprogress": "^0.2.0",
"qs": "^6.12.1",
"radash": "^12.1.0",
"rc-resize-observer": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.22.3",
"react-use": "^17.5.0",
"release-it": "^17.2.0",
"shark": "link:",
"uuid": "^9.0.1",
"windicss": "^3.5.6",
"zustand": "^4.5.2"
},
"devDependencies": {
"@sentry/cli": "^2.31.0",
"@dext7r/translation": "workspace:^",
"@dext7r/verify-commit": "workspace:^",
"@antfu/eslint-config": "^2.14.0",
"@antfu/eslint-plugin-prettier": "5.0.1-1",
"@iconify/json": "^2.2.201",
"@release-it/conventional-changelog": "^8.0.1",
"@rspack/cli": "0.6.1",
"@rspack/core": "0.6.1",
"@rspack/plugin-minify": "^0.6.1",
"@rspack/plugin-react-refresh": "0.6.1",
"@sentry/webpack-plugin": "^2.16.1",
"@stylistic/stylelint-plugin": "^2.1.1",
"@types/mockjs": "^1.0.10",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"cz-git": "^1.9.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-format": "^0.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"postcss-less": "^6.0.0",
"postcss-loader": "^8.1.1",
"postcss-windicss": "^1.0.0",
"prettier": "3.2.5",
"pretty-quick": "^4.0.0",
"react-refresh": "^0.14.0",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.3.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-less": "^3.0.1",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"simple-git-hooks": {
"commit-msg": "node packages/verify-commit/index.js"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
"*.{js,jsx,ts,tsx}": [
"eslint --fix --cache"
]
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
}