-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
71 lines (71 loc) · 2.05 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
{
"name": "cytomine-web-ui",
"version": "1.2.0",
"scripts": {
"serve": "npm run watch-translations & vue-cli-service serve",
"build": "npm run translations-csv2json && vue-cli-service build",
"lint": "vue-cli-service lint",
"translations-csv2json": "node scripts/export_i18n_csv.mjs src/locales/translations.csv src/locales/json",
"watch-translations": "onchange -i 'src/locales/translations.csv' -- npm run translations-csv2json"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"axios": "^0.21.2",
"buefy": "^0.8.20",
"bulma": "^0.7.5",
"bulma-slider": "^2.0.0",
"chart.js": "^2.9.4",
"chartjs-plugin-datalabels": "^0.6.0",
"chartjs-plugin-zoom": "^0.7.4",
"copy-to-clipboard": "^3.0.8",
"core-js": "^3.6.5",
"cytomine-client": "2.2.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-rescale-feature": "^1.0.0",
"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-html2canvas": "0.0.4",
"vue-i18n": "^8.9.0",
"vue-moment": "^4.1.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": "^4.5.14",
"@vue/cli-service": "^4.5.14",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^5.16.0",
"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"
]
}