-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.71 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
{
"name": "infbase-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.14",
"@fortawesome/free-regular-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.7.1",
"@fortawesome/vue-fontawesome": "^0.1.5",
"axios": "^0.18.1",
"bootstrap-vue": "^2.0.0-rc.12",
"flatpickr": "^4.5.2",
"lodash.camelcase": "^4.3.0",
"nouislider": "^12.1.0",
"register-service-worker": "^1.5.2",
"tiptap": "^1.14.0",
"tiptap-extensions": "^1.14.0",
"vue": "^2.6.10",
"vue-axios": "^2.1.4",
"vue-cookies": "^1.5.12",
"vue-flatpickr-component": "^8.1.2",
"vue-grid-layout": "^2.3.4",
"vue-image-crop-upload": "^2.5.0",
"vue-lazyload": "^1.2.6",
"vue-moment": "^4.0.0",
"vue-router": "^3.0.1",
"vue-select": "^2.5.1",
"vue-smooth-reflow": "^0.1.12",
"vue2-editor": "^2.10.2",
"vue2-filters": "^0.4.1",
"vue2-transitions": "^0.2.3",
"vuedraggable": "^2.21.0",
"vuetify": "^2.0.18",
"vuex": "^3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-plugin-pwa": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.13.0",
"eslint-plugin-vue": "^5.1.0",
"fibers": "^3.1.1",
"sass": "^1.17.4",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-vuetify": "^0.6.3",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.2.2"
}
}