forked from cznethub/cznet-vue-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3 KB
/
Copy pathpackage.json
File metadata and controls
118 lines (118 loc) · 3 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
{
"name": "@cznethub/cznet-vue-core",
"version": "0.2.29",
"private": false,
"keywords": [
"cznet",
"vue",
"vue 3",
"vuetify",
"form",
"jsonforms",
"jsonschema",
"schema",
"uischema"
],
"main": "./dist/index.umd.cjs",
"module": "./dist/index.esm.js",
"exports": {
".": {
"require": "./dist/index.umd.cjs",
"import": "./dist/index.js"
},
"./styles": {
"require": "./dist/style.css",
"import": "./dist/style.css"
}
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"build": "npm run clean:dist && vite build --mode prod && vue-tsc --declaration --emitDeclarationOnly",
"publish": "npm publish --access public",
"clean:dist": "rimraf dist",
"clean:coverage": "rimraf coverage",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "npm run clean:coverage && vitest --mode test",
"up": "taze major -I",
"link": "npm link"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"peerDependencies": {
"@jsonforms/core": "^3.2.1",
"@jsonforms/vue": "^3.2.1",
"@mdi/font": "^7.4.47",
"@vue/composition-api": "^1.7.1",
"vue": "^3.4.21",
"vue-facing-decorator": "^3.0.4",
"vuetify": "^3.6.6"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"dependencies": {
"buefy": "npm:@ntohq/buefy-next@^0.2.0",
"ajv-errors": "^3.0.0",
"ajv-keywords": "^5.1.0",
"dayjs": "^1.11.13",
"google-maps": "^4.3.3",
"lodash-es": "^4.17.21",
"pretty-bytes": "^6.1.1",
"rxjs": "^7.8.2",
"sprintf-js": "^1.1.3",
"v-mask": "^2.3.0",
"vue-easy-dnd": "^2.2.2",
"vue-facing-decorator": "^3.0.4",
"vuetify": "^3.8.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@jsonforms/core": "^3.5.1",
"@jsonforms/vue": "^3.5.1",
"@mdi/font": "^7.4.47",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.14.1",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/eslint-config-prettier": "^10.2.0",
"ajv": "^8.17.1",
"eslint": "^9.24.0",
"eslint-plugin-cypress": "^4.2.1",
"eslint-plugin-prettier": "^5.2.6",
"happy-dom": "^17.4.4",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.86.3",
"stylelint": "^16.18.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.6.0",
"taze": "^19.0.4",
"typescript": "latest",
"vite": "^6.3.1",
"vitest": "^3.1.1",
"vue": "^3.5.13",
"vue-eslint-parser": "^10.1.3",
"vue-tsc": "^2.2.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cznethub/cznet-vue-core.git"
},
"author": "Maurier Ramirez",
"license": "ISC",
"bugs": {
"url": "https://github.com/cznethub/cznet-vue-core/issues"
},
"homepage": "https://github.com/cznethub/cznet-vue-core#readme"
}