forked from reside-ic/vue-dynamic-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.73 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
{
"name": "@reside-ic/vue-next-dynamic-form",
"version": "1.1.5",
"description": "A metadata driven form component",
"scripts": {
"test": "jest -c jest.config.js",
"sass": "gulp sass",
"build": "webpack & gulp sass"
},
"main": "./dist/js/index.js",
"files": [
"/dist",
"/src",
"index.d.ts"
],
"types": "./index.d.ts",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reside-ic/vue-next-dynamic-form.git"
},
"author": "reside-ic",
"license": "MIT",
"bugs": {
"url": "https://github.com/reside-ic/vue-next-dynamic-form/issues"
},
"homepage": "https://github.com/reside-ic/vue-next-dynamic-form#readme",
"dependencies": {
"@popperjs/core": "^2.11.7",
"@reside-ic/vue3-treeselect": "^1.0.18",
"html-webpack-plugin": "^5.5.1"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@types/jest": "^27.5.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/test-utils": "^2.3.2",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"babel-jest": "^27.5.0",
"bootstrap": "^5.2.3",
"bootstrap-vue-next": "^0.8.4",
"feather-icons": "^4.29.0",
"floating-vue": "^2.0.0-beta.20",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"jest": "^27.5.0",
"jsonata": "^1.8.4",
"node-sass": "^8.0.0",
"path": "^0.12.7",
"through": "^2.3.8",
"ts-jest": "^27.0.0",
"ts-loader": "^9.4.2",
"typescript": "^4.0.5",
"vue": "^3.2.47",
"vue-feather": "^2.0.0",
"vue-loader": "^17.0.0",
"vue3-jest": "^27.0.0-alpha.1",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
}
}