package.json
1.19 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
{
"name": "riskmonitorweb",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --mode development",
"prod": "vite --mode production",
"test": "vite --mode test",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"axios": "^1.3.4",
"cytoscape": "^3.29.2",
"cytoscape-dagre": "^2.5.0",
"cytoscape-popper": "^4.0.0",
"d3": "^7.9.0",
"dagre": "^0.8.5",
"echarts": "^5.4.3",
"element-plus": "^2.6.0",
"gm-crypt": "^0.0.2",
"jquery": "^3.7.1",
"js-cookie": "^3.0.1",
"pdfjs-dist": "^3.11.174",
"pinia": "^2.0.33",
"tippy.js": "^6.3.7",
"vue": "^3.2.47",
"vue-pdf": "^4.3.0",
"vue-pdf-embed": "^2.0.3",
"vue-router": "4",
"vue3-pdfjs": "^0.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"fast-glob": "^3.3.2",
"sass": "^1.60.0",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-inline-svg": "^4.0.1",
"vue-tsc": "^1.2.0"
}
}