-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.49 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
60
61
62
63
64
65
66
67
68
69
{
"name": "@psr/desktop-app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "vue-cli-service build --mode development",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@antv/g2plot": "^2.4.20",
"@bpmn-io/element-template-chooser": "^0.0.5",
"@element-plus/icons-vue": "^2.0.9",
"@psr-framework/portal-lib-message": "git+https://gitee.com/psr-platform/portal-lib-message.git#1.1.0",
"@psr-framework/typescript-utils": "git+https://gitee.com/psr-platform/typescript-utils.git#1.3.0",
"@psr-framework/vue3-plugin-dashboard": "git+https://gitee.com/psr-platform/vue3-plugin-dashboard.git#1.4.1",
"@psr-framework/vue3-plugin-element-plus-extension": "git+https://gitee.com/psr-platform/vue3-plugin-element-plus-extension.git#1.1.0",
"@psr-framework/vue3-plugin-platform-client": "git+https://gitee.com/psr-platform/vue3-plugin-platform-client.git#1.6.0",
"@psr-framework/vue3-plugin-visual": "^0.0.3",
"@types/file-saver": "^2.0.5",
"@types/pinyin": "^2.10.0",
"@vueuse/core": "^9.1.0",
"axios": "^1.1.3",
"bpmn-js": "^9.3.2",
"bpmn-js-connectors-extension": "^0.4.0",
"bpmn-js-properties-panel": "^1.4.0",
"core-js": "^3.24.1",
"echarts": "^5.3.3",
"element-plus": "^2.2.13",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"lunar-javascript": "^1.2.33",
"moment": "^2.29.4",
"pinyin": "^2.11.2",
"primeicons": "^5.0.0",
"primevue": "^3.15.0",
"qs": "^6.11.0",
"register-service-worker": "^1.7.2",
"vue": "^3.2.37",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.1.3",
"vue3-grid-layout": "^1.0.0",
"vue3-seamless-scroll": "^2.0.1",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vue/cli-plugin-babel": "~5.0.6",
"@vue/cli-plugin-eslint": "~5.0.6",
"@vue/cli-plugin-pwa": "~5.0.6",
"@vue/cli-plugin-router": "~5.0.6",
"@vue/cli-plugin-typescript": "~5.0.6",
"@vue/cli-plugin-vuex": "~5.0.6",
"@vue/cli-service": "~5.0.6",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.17.0",
"eslint-plugin-vue": "^9.1.1",
"mockjs": "^1.1.0",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"typescript": "~4.7.3",
"unplugin-auto-import": "^0.8.8",
"unplugin-vue-components": "^0.19.6"
}
}