-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2 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
{
"name": "cytomine-web-ui",
"version": "1.2.0",
"scripts": {
"translations-csv2json": "i18n-csv2json-cli --from src/locales/translations.csv --to src/locales/json --format",
"watch-translations": "onchange -i 'src/locales/translations.csv' -- npm run translations-csv2json",
"serve": "npm run watch-translations & vue-cli-service serve",
"build": "npm run translations-csv2json && vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"axios": "^0.21.1",
"buefy": "^0.8.20",
"bulma": "^0.7.4",
"bulma-slider": "^2.0.0",
"chart.js": "^2.9.4",
"chartjs-plugin-datalabels": "^0.6.0",
"copy-to-clipboard": "^3.0.8",
"cytomine-client": "1.6.0",
"detect-browser": "^4.7.0",
"filesize": "^4.1.2",
"ifvisible": "^1.1.0",
"lodash": "^4.17.21",
"npm-font-open-sans": "^1.1.0",
"ol": "^5.3.1",
"ol-rotate-feature": "^2.0.1",
"sl-vue-tree": "1.8.3",
"v-click-outside-x": "^4.0.1",
"v-tooltip": "^2.0.0-rc.33",
"vee-validate": "^2.2.4",
"vue": "^2.6.10",
"vue-chartjs": "^3.4.2",
"vue-color": "^2.7.0",
"vue-draggable-resizable": "^2.2.0",
"vue-i18n": "^8.9.0",
"vue-moment": "^4.0.0",
"vue-multiselect": "^2.1.4",
"vue-notification": "^1.3.16",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.2",
"vue-shortkey": "^3.1.6",
"vue-slider-component": "^3.0.31",
"vuelayers": "0.11.4",
"vuex": "^3.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.5.1",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-service": "^4.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^5.16.0",
"i18n-csv2json-cli": "^1.0.2",
"node-sass": "^4.13.0",
"onchange": "^5.2.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}