-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
{
"name": "etf-helper",
"version": "0.4.1",
"description": "ETF投资助手。一键延期华宝条件单;利用K线图显示E大(ETF拯救世界)关键点位;自定义网格策略。",
"scripts": {
"build": "webpack --env production",
"watch": "webpack --watch",
"reload:firfox": "web-ext run --source-dir=dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxmeng93/hb-helper.git"
},
"keywords": [],
"author": "maxmeng93",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxmeng93/hb-helper/issues"
},
"homepage": "https://github.com/maxmeng93/hb-helper#readme",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@types/chrome": "^0.0.268",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.0",
"sass": "^1.77.2",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"web-ext": "^7.11.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"antd": "^5.17.4",
"classnames": "^2.5.1",
"echarts": "^5.5.0",
"mathjs": "^13.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}