-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·65 lines (65 loc) · 2.02 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
{
"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.2.0",
"@casl/vue": "^0.5.1",
"@gewaer/gw-browse": "git+ssh://git@github.com/Gewaer/gw-browse.git",
"@gewaer/gw-header": "git+ssh://git@github.com/Gewaer/gw-header.git",
"@gewaer/gw-settings": "git+ssh://git@github.com/Gewaer/gw-settings.git",
"@gewaer/gw-sidebar": "git+ssh://git@github.com/Gewaer/gw-sidebar.git",
"@gewaer/vue-form-generator": "git+ssh://git@github.com/Gewaer/vue-form-generator.git",
"@sentry/browser": "^5.9.1",
"@sentry/integrations": "^5.8.0",
"axios": "^0.19.0",
"bp-vuejs-dropdown": "^2.1.1",
"core-js": "3.4.5",
"is-url": "^1.2.4",
"js-cookie": "^2.2.1",
"laue": "^0.2.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"pretty-checkbox-vue": "^1.1.9",
"slugify": "^1.3.6",
"uuid": "^3.3.3",
"vee-validate": "^2.2.15",
"vue": "^2.6.10",
"vue-clickout": "^1.0.0",
"vue-form-wizard": "^0.8.4",
"vue-google-api": "^0.2.0",
"vue-js-modal": "^1.3.31",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.1.3",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-e2e-nightwatch": "^4.1.1",
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/cli-service": "^4.0.5",
"babel-eslint": "^10.0.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^6.7.1",
"eslint-plugin-vue": "^6.0.1",
"node-sass": "^4.13.0",
"pre-commit": "^1.2.2",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
}
}