-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
121 lines (121 loc) · 3.52 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
{
"name": "tongfang-utility-ng",
"version": "4.1.3",
"main": "index.js",
"author": "kirainmoe <[email protected]>",
"license": "MIT",
"module": "/dist/es/index.js",
"types": "./dist/es/index.d.ts",
"scripts": {
"start": "pnpm dev",
"prepare": "husky install",
"dev": "vite --config scripts/vite/vite.config.js",
"build": "tsc && vite build --config scripts/vite/vite.config.js",
"serve": "vite preview",
"tauri": "tauri",
"bundle": "./bin/build.sh"
},
"base": "/",
"title": "Tongfang Utility",
"copyfiles": [],
"devServer": {
"host": "127.0.0.1",
"port": 3000
},
"proxy": {},
"devDependencies": {
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.6",
"@tauri-apps/cli": "1.0.0-beta.10",
"@types/js-yaml": "4.0.3",
"@types/loadable__component": "5.13.4",
"@types/lodash-es": "4.17.5",
"@types/md5": "2.3.1",
"@types/plist": "3.0.2",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/react-router": "^5.1.19",
"@types/react-router-dom": "5.1.8",
"@types/styled-components": "5.1.13",
"@types/uuid": "8.3.1",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"@vitejs/plugin-react": "^2.2.0",
"babel-eslint": "10.1.0",
"clean-terminal-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "9.0.1",
"css-loader": "6.2.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "5.9.2",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "4.2.0",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "6.3.2",
"html-webpack-plugin": "5.3.2",
"husky": "7.0.2",
"less": "4.1.1",
"less-loader": "10.0.1",
"lint-staged": "11.1.2",
"mini-css-extract-plugin": "2.2.2",
"prettier": "2.3.2",
"react-is": "^18.2.0",
"react-refresh": "0.10.0",
"react-refresh-typescript": "2.0.2",
"rollup-plugin-analyzer": "4.0.0",
"style-loader": "3.2.1",
"styled-components": "5.3.1",
"ts-loader": "9.2.5",
"tsconfig-paths-webpack-plugin": "3.5.1",
"typescript": "4.4.2",
"url-loader": "4.1.1",
"vite": "3.2.5",
"vite-plugin-html": "2.1.0",
"webpack": "5.51.1",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.8.0",
"webpack-dev-server": "4.1.0",
"webpack-merge": "5.8.0",
"webpackbar": "5.0.0-3"
},
"dependencies": {
"@ant-design/icons": "4.6.4",
"@arco-design/web-react": "2.23.4",
"@icon-park/react": "1.3.5",
"@loadable/component": "5.15.0",
"@sentry/react": "6.14.1",
"@sentry/tracing": "6.14.1",
"@shockpkg/plist-dom": "2.1.1",
"@tauri-apps/api": "1.0.0-beta.8",
"antd": "4.16.13",
"axios": "0.24.0",
"base64-js": "1.5.1",
"buffer": "6.0.3",
"classnames": "2.3.1",
"echarts": "5.2.1",
"echarts-for-react": "3.0.1",
"eruda": "2.4.1",
"js-yaml": "4.1.0",
"lodash-es": "4.17.21",
"md5": "2.3.0",
"mobx": "6.3.3",
"mobx-react": "7.2.0",
"mobx-react-lite": "3.3.0",
"moment": "2.29.1",
"plist": "3.0.4",
"polished": "4.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.4",
"react-router": "5.2.1",
"react-router-dom": "5.2.1",
"redux": "4.1.1",
"redux-saga": "1.1.3",
"uuid": "8.3.2",
"xmlbuilder2": "3.0.0"
}
}