-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
59 lines (59 loc) · 1.66 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
{
"name": "charts-library",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --mode hdesign",
"dev:opentiny": "vite --mode opentiny",
"build": "npm run build:hdesign",
"build:hdesign": "vite build --mode hdesign",
"build:opentiny": "vite build --mode opentiny",
"preview": "vite preview",
"compile": "node compile.js",
"test": "vitest --ui --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@kangc/v-md-editor": "2.3.18",
"@opentiny/vue": "3.13.0",
"@vitejs/plugin-vue": "4.0.0",
"axios": "0.28.0",
"d3": "6.6.2",
"default-passive-events": "2.0.0",
"echarts": "5.4.3",
"echarts-wordcloud": "2.1.0",
"highlight.js": "11.9.0",
"marked": "9.1.3",
"mitt": "3.0.1",
"monaco-editor": "0.33.0",
"vue": "3.3.13",
"vue-axios": "3.5.2",
"vue-router": "4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "0.29.4",
"@babel/core": "7.17.9",
"@babel/eslint-parser": "7.17.0",
"@babel/plugin-transform-class-properties": "7.23.3",
"@babel/preset-env": "7.15.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-strip": "3.0.2",
"@rollup/plugin-url": "8.0.1",
"@types/node": "20.11.14",
"@vitejs/plugin-vue": "4.0.0",
"autoprefixer": "10.4.16",
"codemirror": "6.0.1",
"eslint": "8.56.0",
"eslint-plugin-vue": "9.18.1",
"less": "4.2.0",
"postcss": "8.4.33",
"rollup": "3.29.4",
"rollup-plugin-copy": "3.5.0",
"vite": "4.5.3",
"vite-plugin-monaco-editor": "1.1.0"
}
}