-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2 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
{
"name": "code-flow",
"version": "0.0.2",
"main": "dist-electron/main/index.js",
"description": "渐进式低代码工作流平台",
"author": "zzh<微信号:itrzzh>",
"license": "MIT",
"private": true,
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder",
"preview": "vite preview"
},
"repository": "https://github.com/iotzzh/codeflow",
"devDependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue-flow/background": "^1.2.0",
"@vue-flow/controls": "^1.1.0",
"@vue-flow/core": "^1.22.1",
"@vue-flow/minimap": "^1.1.1",
"@vue-flow/node-resizer": "^1.3.3",
"@vue/devtools": "^6.5.0",
"axios": "^1.4.0",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"echarts": "^5.4.3",
"electron": "^25.6.0",
"electron-builder": "^24.4.0",
"electron-rebuild": "^3.2.9",
"element-plus": "^2.3.9",
"humps": "^2.0.1",
"iconv-lite": "^0.6.3",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"monaco-editor": "^0.41.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"rimraf": "^5.0.1",
"sass": "^1.64.1",
"sass-loader": "^13.3.2",
"sequelize": "^6.32.1",
"sequelize-auto": "^0.8.8",
"sequelize-cli": "^6.6.1",
"shelljs": "^0.8.5",
"typed.js": "^2.0.16",
"typescript": "^5.0.2",
"vite": "^4.1.4",
"vite-plugin-electron": "^0.12.0",
"vite-plugin-electron-renderer": "^0.14.1",
"vite-plugin-top-level-await": "^1.3.1",
"vue": "^3.2.47",
"vue-router": "^4.2.4",
"vue-tsc": "^1.2.0"
},
"dependencies": {
"dayjs": "^1.11.9",
"knex": "^2.5.1",
"splitpanes": "^3.1.5",
"sqlite3": "^5.1.6",
"uuid": "^9.0.0",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
}
}