forked from molgenis/molgenis-app-biobank-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 3.06 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
85
86
{
"name": "molgenis-app-biobank-explorer",
"license": "LGPL-3.0",
"version": "9.0.1",
"description": "Vue application for the biobank explorer; A card detail view on BBMRI-ERIC biobank / collection data",
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit --collectCoverage",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"build:preview": "yarn build --mode test",
"check-ie": "es-check es5 'dist/js/*.js' --verbose",
"postversion": "yarn build; curl -v --user ${REGISTRY_CRED_USR}:${REGISTRY_CRED_PSW} --upload-file dist/$npm_package_name.v$npm_package_version.zip https://${LOCAL_REGISTRY}/repository/appstore/$npm_package_name/$npm_package_version/$npm_package_name.v$npm_package_version.zip",
"preversion": "yarn install; yarn test:unit",
"unit": "vue-cli-service test:unit --collectCoverage"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@molgenis/molgenis-api-client": "^3.2.0",
"@molgenis/molgenis-i18n-js": "^0.0.5",
"@molgenis/rsql": "^0.1.1",
"array-flat-polyfill": "^1.0.1",
"bootstrap-vue": "^2.0.0-rc.23",
"core-js": "^3.6.4",
"jquery": "^3.6.0",
"monaco-editor": "^0.30.0",
"monaco-editor-webpack-plugin": "^5.0.0",
"regenerator-runtime": "^0.13.7",
"vue": "^2.6.11",
"vue-analytics": "^5.3.0",
"vue-loading-overlay": "^3.2.0",
"vue-router": "^3.1.6",
"vuedraggable": "^2.24.3",
"vuex": "^3.1.3",
"vuex-router-sync": "5.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-e2e-nightwatch": "~4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-plugin-router": "~4.5.13",
"@vue/cli-plugin-unit-jest": "~4.5.13",
"@vue/cli-plugin-vuex": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"chromedriver": "^91.0.1",
"copy-webpack-plugin": "6",
"es-check": "^5.1.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"flush-promises": "^1.0.2",
"geckodriver": "^2.0.1",
"generate-json-webpack-plugin": "^1.0.0",
"node-sass": "^7.0.0",
"sass-loader": "^8.0.2",
"selenium-server": "^3.141.59",
"vue-template-compiler": "^2.6.11",
"zip-webpack-plugin": "^3.0.0"
},
"peerDependencies": {
"bootstrap": "4.1.3",
"jquery": "1.9.1",
"popper.js": "1.14.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"authors": [
"Jelmer Veen <https://github.com/jelmerveen/>"
]
}