-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 2.15 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
{
"name": "@gewaer/gw-settings",
"version": "0.2.26",
"description": "Base settings component for the Gewaer platform.",
"main": "./dist/gw-settings.umd.min.js",
"files": [
"dist/gw-settings.umd.min.js",
"dist/gw-settings.css"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"bundle": "vue-cli-service build --target lib --name gw-settings ./src/index.js",
"lint": "vue-cli-service lint"
},
"keywords": [
"gewaer"
],
"author": "",
"license": "MIT",
"bugs": "https://github.com/Gewaer/gw-settings/issues/new",
"repository": {
"type": "git",
"url": "https://github.com/Gewaer/gw-settings"
},
"precommit": [
"lint"
],
"peerDependencies": {
"moment": "^2.29.1",
"vue-form-wizard": "^0.8.4",
"@gewaer/vue-form-generator": "git+ssh://[email protected]/gewaer/vue-form-generator.git#v0.1.2"
},
"dependencies": {
"@gewaer/gw-browse": "git+ssh://[email protected]/gewaer/gw-browse.git#v0.3.1",
"@uppy/core": "^1.17.0",
"@uppy/dashboard": "^1.18.0",
"@uppy/file-input": "^1.4.25",
"@uppy/google-drive": "^1.6.0",
"@uppy/url": "^1.5.20",
"@uppy/xhr-upload": "^1.7.2",
"core-js": "^3.10.2",
"is-url": "^1.2.4",
"lodash": "^4.17.21",
"pretty-checkbox-vue": "^1.1.9",
"uuid": "^7.0.1",
"v-tooltip": "^2.1.3",
"vue": "^2.6.11",
"vue-stripe-elements-plus": "^0.3.2",
"vue2-dropzone": "^3.6.0",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.1",
"node-sass": "^4.13.1",
"pre-commit": "^1.2.2",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}