-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.71 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.71 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
{
"name": "t-web-plugins",
"version": "1.0.0",
"description": "Tampermonkey Scripts",
"type": "module",
"scripts": {
"mwi": "node src/mwi/build.js --production",
"mwi-dev": "node src/mwi/build.js",
"grid-trading": "rollup -c src/grid-trading/rollup.config.js --production",
"grid-trading-dev": "rollup -c src/grid-trading/rollup.config.js -w",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wang-x-xia/t-web-plugins.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wang-x-xia/t-web-plugins/issues"
},
"homepage": "https://github.com/wang-x-xia/t-web-plugins#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
"@rollup/plugin-html": "^2.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"@types/css-modules": "^1.0.5",
"@types/jest": "^30.0.0",
"@types/node": "^22.15.24",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@types/tampermonkey": "^5.0.4",
"jest": "^30.0.5",
"rollup": "^4.41.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sizes": "^1.1.0",
"ts-jest": "^29.4.0",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript-plugin-css-modules": "^5.1.0"
},
"dependencies": {
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"immer": "^10.1.1",
"jstat": "^1.9.6",
"lz-string": "^1.5.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-rnd": "^10.5.2",
"recharts": "^3.1.0",
"rxjs": "^7.8.2"
}
}