-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.25 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "camera-trap-vueapp",
"version": "0.1.0",
"private": true,
"scripts": {
"precommit": "lint-staged",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:staging": "vue-cli-service build --mode staging",
"lint": "vue-cli-service lint",
"storybook": "start-storybook"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
],
"*.vue": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"@handsontable/vue": "^4.0.0",
"@types/leaflet": "^1.5.0",
"babel-plugin-idx": "^2.4.0",
"bootstrap": "^4.3.1",
"echarts": "^4.5.0",
"element-ui": "^2.12.0",
"filesize": "^4.1.2",
"handsontable": "^7.0.2",
"highcharts": "^7.2.2",
"idx": "^2.5.5",
"immer": "^2.1.4",
"jquery": "^3.5.0",
"js-cookie": "^2.2.0",
"leaflet": "^1.4.0",
"markdown-it": "^8.4.2",
"moment": "^2.24.0",
"popper.js": "^1.14.7",
"query-string": "^6.4.2",
"ramda": "^0.26.1",
"v-charts": "^1.19.0",
"v-tooltip": "^2.0.1",
"vee-validate": "^2.2.3",
"vue": "^2.6.6",
"vue-carousel": "^0.18.0",
"vue-carousel-3d": "^0.2.0",
"vue-echarts": "^4.0.4",
"vue-infinite-scroll": "^2.0.2",
"vue-router": "^3.0.1",
"vue-select": "^2.6.4",
"vue-video-player": "^5.0.2",
"vue2-datepicker": "^2.11.0",
"vue2-dropzone": "^3.5.9",
"vue2-highcharts": "^1.2.5",
"vue2-leaflet": "^2.1.0",
"vue2-timepicker": "^1.0.4",
"vuedraggable": "^2.20.0",
"vuex": "^3.0.1",
"ware-loader": "^0.2.4"
},
"devDependencies": {
"@storybook/addon-actions": "^5.0.10",
"@storybook/vue": "^5.0.10",
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-service": "^3.6.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"babel-preset-vue": "^2.0.2",
"compression-webpack-plugin": "^2.0.0",
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.4.0",
"eslint-plugin-vue": "^5.0.0",
"husky": "^3.0.3",
"lint-staged": "^9.2.1",
"node-sass": "^4.13.1",
"sass-loader": "^7.1.0",
"storybook-vue-router": "^1.0.3",
"vue-template-compiler": "^2.6.10"
}
}