-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "zova-ui-quasar",
"version": "5.0.103",
"description": "A vue3 quasar framework with ioc",
"publishConfig": {
"access": "public"
},
"author": "zhennann <[email protected]>",
"type": "module",
"scripts": {
"dev": "quasar dev",
"build": "quasar build && tsc --noEmit --project tsconfig.vue-tsc.json",
"preview": "vite preview --outDir=dist/spa",
"tsc": "vue-tsc --noEmit --project tsconfig.vue-tsc.json",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"keywords": [
"nodejs",
"full-stack",
"workflow-engine",
"vue3",
"ioc",
"zova"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cabloy/zova.git"
},
"homepage": "https://github.com/cabloy/zova#readme",
"bugs": {
"url": "https://github.com/cabloy/zova/issues"
},
"dependencies": {
"@quasar/extras": "^1.16.11",
"quasar": "~2.15.4",
"typestyle": "^2.4.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"zova": "^5.0.81"
},
"devDependencies": {
"@cabloy/lint": "^4.0.10",
"@quasar/app-vite": "2.0.0-beta.11",
"@quasar/vite-plugin": "~1.6.0",
"@types/node": "^20.14.2",
"autoprefixer": "^10.4.19",
"quasar-app-extension-zova": "^1.1.77",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.19"
},
"license": "MIT",
"gitHead": "73087c06216bd721f06681d46ce488bb425c26a3"
}