-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.33 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "partman",
"private": true,
"version": "0.0.8",
"description": "Electronic Component management system",
"author": "phcreery <[email protected]>",
"scripts": {
"dev:client": "vite",
"dev:server": "cross-env CGO_ENABLED=0 go run . serve --http=\"0.0.0.0:8090\"",
"build:client:dev": "vue-tsc --noEmit && vite build --mode development",
"build:client:test": "vue-tsc --noEmit && vite build --mode test",
"build:client:pro": "vue-tsc --noEmit && vite build --mode production",
"build:server": "cross-env CGO_ENABLED=0 go build",
"build:server:all": "goreleaser release --clean --snapshot",
"build:all:release": "vue-tsc --noEmit && vite build --mode production && goreleaser release --clean",
"commit": "git pull && git add -A && git-cz && git push --follow-tags"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@vueuse/core": "^8.0.1",
"@wangeditor/editor": "^5.1.12",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^0.27.2",
"echarts": "^5.4.0",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.2.26",
"js-md5": "^0.7.3",
"json2csv": "^5.0.7",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"performant-array-to-tree": "^1.11.0",
"pinia": "^2.0.12",
"pinia-plugin-persistedstate": "^1.6.1",
"pocketbase": "^0.15.2",
"print-js": "^1.6.0",
"qs": "^6.10.3",
"vue": "^3.2.25",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.12",
"vue3-seamless-scroll": "^1.2.0",
"vuedraggable": "^2.24.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.2/xlsx-0.19.2.tgz"
},
"devDependencies": {
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@types/json2csv": "^5.0.3",
"@types/node": "^17.0.31",
"@types/sortablejs": "^1.15.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"autoprefixer": "^10.4.7",
"cross-env": "^7.0.3",
"cz-git": "^1.3.2",
"driver.js": "^0.9.8",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"extract-comments": "^1.1.0",
"lint-staged": "^12.4.2",
"parse-comments": "^1.0.0",
"postcss": "^8.4.14",
"postcss-html": "^1.4.1",
"prettier": "^2.6.2",
"rollup-plugin-visualizer": "^5.5.4",
"sass": "^1.49.7",
"stylelint": "^14.8.5",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"translate": "^1.4.1",
"typescript": "^4.8.4",
"unplugin-auto-import": "^0.6.0",
"unplugin-vue-components": "^0.17.18",
"vite": "^3.2.5",
"vite-plugin-cdn-import": "^0.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.6.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^1.0.9",
"zip-build": "^1.7.0"
},
"config": {}
}