-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 2.07 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
{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"dev": "vue-cli-service build --mode development",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e"
},
"precommit": [
"lint"
],
"dependencies": {
"@casl/ability": "^3.4.0",
"@casl/vue": "^0.5.1",
"@gewaer/gw-browse": "git+ssh://[email protected]/Gewaer/gw-browse.git",
"@gewaer/gw-header": "git+ssh://[email protected]/Gewaer/gw-header.git",
"@gewaer/gw-settings": "git+ssh://[email protected]/Gewaer/gw-settings.git",
"@gewaer/gw-sidebar": "git+ssh://[email protected]/Gewaer/gw-sidebar.git",
"@gewaer/vue-form-generator": "git+ssh://[email protected]/Gewaer/vue-form-generator.git",
"@sentry/browser": "^5.27.6",
"@sentry/integrations": "^5.27.6",
"axios": "^0.19.2",
"bp-vuejs-dropdown": "^2.1.1",
"core-js": "3.4.5",
"element-ui": "^2.14.1",
"is-url": "^1.2.4",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"pretty-checkbox-vue": "^1.1.9",
"slugify": "^1.4.6",
"uuid": "^3.4.0",
"vee-validate": "^2.2.15",
"vue": "^2.6.12",
"vue-clickout": "^1.0.0",
"vue-form-wizard": "^0.8.4",
"vue-google-api": "^0.2.0",
"vue-js-modal": "^1.3.35",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.4.9",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.0"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-e2e-nightwatch": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"pre-commit": "^1.2.2",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
}
}