-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.74 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
{
"name": "@initafricahq/vue-form-generator-element",
"version": "0.1.1",
"description": "Element (https://element-plus.org) fields for vue-form-generator",
"repository": {
"type": "git",
"url": "git+https://github.com/InitAfricaHQ/vue-form-generator-element.git"
},
"bugs": {
"url": "https://github.com/InitAfricaHQ/vue-form-generator-element/issues"
},
"author": "Afolabi Abass <me@afolabiabass.com>",
"keywords": [
"vue",
"vue3",
"vuejs",
"form",
"generator",
"schema",
"json",
"Element",
"Element UI",
"field",
"fields"
],
"engines": {
"node": ">=16"
},
"main": "./dist/vue-form-generator-element.umd.js",
"module": "./dist/vue-form-generator-element.es.js",
"exports": {
".": {
"import": "./dist/vue-form-generator-element.es.js",
"require": "./dist/vue-form-generator-element.umd.js"
}
},
"files": [
"dist/"
],
"scripts": {
"lint": "eslint",
"lint:fix": "eslint --ext .js,.vue src tests --fix",
"build": "vite build",
"test": "vitest"
},
"dependencies": {
"dayjs": "^1.11.6",
"element-plus": "^2.2.25",
"lodash": "^4.17.21",
"vue-form-generator": "^2.3.4"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.28.0",
"eslint-plugin-vue": "^9.8.0",
"prettier": "^2.8.0",
"sass": "^1.56.1",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vitest": "^0.25.3",
"vue": "^3.2.45",
"vue-tsc": "^1.0.9"
},
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"private": false
}