-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.59 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.59 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "praeco",
"version": "1.8.25",
"private": true,
"scripts": {
"dev": "npx vite",
"serve": "npx vite",
"build": "npx vite build",
"preview": "npx vite preview",
"test:unit": "npx vitest run",
"test:e2e": "cypress run",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"test": "cypress run",
"test:coverage": "npx vitest run --coverage",
"test:coverage:watch": "npx vitest --coverage",
"test:watch": "npx vitest"
},
"dependencies": {
"@browser-bunyan/server-stream": "1.8.0",
"@eslint/compat": "^2.0.3",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-brands-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/vue-fontawesome": "2.0.10",
"@riophae/vue-treeselect": "0.4.0",
"@vue-js-cron/light": "^1.1.0",
"@vueuse/core": "^11.3.0",
"@vueuse/shared": "^11.3.0",
"axios": "1.14.0",
"browser-bunyan": "1.8.0",
"canvas": "^3.2.2",
"change-case": "5.4.4",
"core-js": "^3.49.0",
"cron-ui": "1.0.3",
"dayjs": "^1.11.20",
"debounce": "^3.0.0",
"echarts": "^5.6.0",
"element-ui": "2.15.14",
"emoji-mart-vue-fast": "^15.0.5",
"globals": "^17.4.0",
"js-yaml": "4.1.1",
"lodash.clonedeep": "4.5.0",
"lodash.get": "4.4.2",
"normalize.css": "8.0.1",
"prettycron": "github:nsano-rururu/prettycron",
"prismjs": "1.30.0",
"semver": "7.7.4",
"string-format": "2.0.0",
"validator": "^13.15.26",
"vue": "^2.7.16",
"vue-at": "2.5.2",
"vue-echarts": "7.0.3",
"vue-json-pretty": "1.8.3",
"vue-prism-component": "1.2.0",
"vue-query-builder": "github:nsano-rururu/vue-query-builder#v0.6.1vue2",
"vue-router": "3.6.5",
"vue-split-panel": "^1.0.4",
"vuex": "3.6.2",
"zrender": "6.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.4",
"@vitest/ui": "^4.1.2",
"@vue/test-utils": "1.3.6",
"axios-mock-adapter": "2.1.0",
"baseline-browser-mapping": "^2.10.12",
"c8": "^11.0.0",
"chai": "6.2.2",
"cypress": "^15.13.0",
"eslint": "^9.39.4",
"eslint-plugin-cypress": "^6.2.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-rulesdir": "^0.2.2",
"eslint-plugin-vue": "^9.33.0",
"jsdom": "^29.0.1",
"localstorage-polyfill": "1.0.1",
"mutationobserver-simple-polyfill": "0.0.2",
"sass": "^1.98.0",
"vite": "^6.3.5",
"vitest": "^4.1.2",
"vue-eslint-parser": "^10.4.0",
"vue-template-compiler": "^2.7.16"
}
}