-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.2 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "@vstconsulting/vstutils",
"version": "5.11.0",
"type": "module",
"author": "VST Consulting",
"license": "Apache-2.0",
"homepage": "https://gitlab.com/vstconsulting/vstutils",
"bugs": {
"url": "https://gitlab.com/vstconsulting/vstutils/-/issues"
},
"repository": {
"url": "git+https://gitlab.com/vstconsulting/vstutils.git"
},
"engines": {
"node": ">=20.15.0"
},
"exports": {
".": "./frontend_src/index.ts",
"./auth-app": "./frontend_src/auth-app.ts",
"./style.css": "./frontend_src/style.css",
"./sw": "./frontend_src/service-worker/service-worker.ts"
},
"imports": {
"#unittests/*": "./frontend_src/unittests/*",
"#unittests": "./frontend_src/unittests",
"#vstutils/*": "./frontend_src/vstutils/*",
"#libs/*": "./frontend_src/libs/*"
},
"scripts": {
"build": "vite build -c frontend_src/spa/vite.config.ts",
"devBuild": "vite build -c frontend_src/spa/vite.config.ts --mode development",
"build-lib": "tsx frontend_src/build-package.ts",
"lint:code": "eslint --ext .js,.vue,.ts frontend_src/",
"lint:types:app": "vue-tsc --noEmit -p ./frontend_src/tsconfig.app.json",
"lint:types:node": "vue-tsc --noEmit -p ./frontend_src/tsconfig.node.json",
"test": "vitest -c frontend_src/vite.config.ts run",
"prepare-package-test": "cd frontend_src/package-test && yarn install --pure-lockfile --mutex network",
"ci": "yarn build-lib && yarn prepare-package-test && conc --group --timings \"yarn:lint:*\" \"yarn:test\" "
},
"dependencies": {
"@toast-ui/vue-editor": "^3.2.3"
},
"peerDependencies": {
"vue": "^2.7.16"
},
"resolutions": {
"izimodal/jquery": "3.7.1",
"jquery-slimscroll/jquery": "^3.7.1",
"jquery.scrollto/jquery": "3.7.1",
"admin-lte/jquery-validation": "^1.19.5",
"admin-lte/jszip": "^3.10.1",
"admin-lte/**/jquery": "3.7.1",
"admin-lte/sweetalert2": "10.16.9",
"vitest/**/vite": "^6.0.3"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@rushstack/eslint-patch": "^1.10.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/user-event": "^14.5.2",
"@types/bootstrap": "4.6.6",
"@types/jquery": "^3.5.30",
"@types/node": "^20.17.9",
"@types/papaparse": "^5.3.15",
"@types/qrcode": "^1.5.5",
"@types/swagger-schema-official": "^2.0.25",
"@vitejs/plugin-vue2": "^2.3.3",
"@vitest/coverage-v8": "^2.1.8",
"@vstconsulting/tabsignal": "^2.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^1.3.6",
"@vueuse/core": "^11.3.0",
"admin-lte": "3.2.0-rc",
"ansi_up": "^6.0.2",
"bootstrap": "4.6.2",
"centrifuge": "^5.2.2",
"compressorjs": "^1.2.1",
"concurrently": "^9.1.0",
"cropperjs": "^1.6.2",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-vitest-globals": "^1.5.0",
"eslint-plugin-vue": "^9.25.0",
"html5-qrcode": "^2.3.8",
"imask": "^7.6.1",
"izitoast": "1.4.0",
"jquery": "3.7.1",
"jquery-slimscroll": "1.3.8",
"jquery-touchswipe": "^1.6.19",
"jquery.scrollto": "2.1.3",
"jsbarcode": "^3.11.6",
"jsdom": "^25.0.1",
"liquor-tree": "^0.2.70",
"md5": "^2.3.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"oidc-client-ts": "^3.1.0",
"papaparse": "^5.4.1",
"pinia": "^2.2.8",
"portal-vue": "^2.1.7",
"prettier": "^2.8.8",
"qrcode": "^1.5.4",
"sass": "^1.77.5",
"select2": "4.1.0-rc.0",
"select2-bootstrap-5-theme": "^1.3.0",
"swiper": "^11.1.15",
"tsx": "^4.19.2",
"typescript": "~5.6.2",
"visibilityjs": "^2.0.2",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-pwa": "^0.21.1",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.8",
"vitest-fetch-mock": "^0.4.2",
"vue": "^2.7.16",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^2.1.10",
"vue-virtual-table": "^0.2.22"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}