-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.18 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.18 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "quantdinger-vue",
"version": "4.0.4",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"serve": "vite",
"build": "vite build",
"build:preview": "vite build --mode preview",
"preview": "vite preview --port 8001",
"test:unit": "node --test tests/unit/strategyRuntime.test.mjs tests/unit/tradeReview.test.mjs tests/unit/exchangeWs.test.mjs tests/unit/indicatorPlotGrouping.test.mjs",
"i18n:generate": "node scripts/generate-core-locales.mjs",
"encoding:audit": "node scripts/encoding-audit.mjs",
"i18n:audit": "node scripts/encoding-audit.mjs",
"lint": "eslint \"src/**/*.{js,vue}\" --fix",
"lint:nofix": "eslint \"src/**/*.{js,vue}\"",
"lint:css": "stylelint \"src/**/*.{css,less,vue}\" --fix"
},
"dependencies": {
"@ant-design-vue/pro-layout": "^1.0.12",
"@ant-design/colors": "^8.0.1",
"@antv/data-set": "^0.10.2",
"@iconify/vue2": "^2.1.0",
"ant-design-vue": "^1.7.8",
"axios": "^1.16.1",
"codemirror": "^5.65.16",
"comlink": "^4.4.2",
"crypto-js": "^4.2.0",
"echarts": "^6.0.0",
"klinecharts": "^9.8.0",
"lodash-es": "^4.18.1",
"md5": "^2.3.0",
"mockjs2": "1.0.8",
"moment": "^2.29.2",
"nprogress": "^0.2.0",
"pyodide": "^0.25.1",
"store": "^2.0.12",
"viser-vue": "^2.4.8",
"vue": "^2.7.16",
"vue-cropper": "0.4.9",
"vue-i18n": "^8.27.1",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.5.3",
"vuex": "^3.6.2",
"wangeditor": "^3.1.1"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.4",
"@vitejs/plugin-vue2-jsx": "^1.1.1",
"@vue/eslint-config-standard": "^6.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-vue": "^7.20.0",
"less": "^3.13.1",
"postcss": "^8.3.5",
"stylelint": "^14.8.5",
"stylelint-config-css-modules": "^4.1.0",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"vite": "^5.4.21",
"vite-plugin-mock": "^3.0.2",
"vite-svg-loader": "^4.0.0"
},
"packageManager": "pnpm@10.33.4"
}