This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
83 lines (83 loc) · 2.62 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
{
"name": "monarch-ui",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"buildandserve": "npm run build && (cd dist/ && ln -s . monarch-ui) && http-server -c-1 dist/",
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "vue-cli-service test:unit --require tests/unit/pre-setup.js",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"lintfix": "vue-cli-service lint --fix"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"acorn": "^6.4.1",
"apexcharts": "^3.21.0",
"axios": "^0.21.1",
"babel-eslint": "^10.0.3",
"bbop-graph": "0.0.19",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.15.0",
"d3": "^5.15.0",
"d3-axis": "^1.0.12",
"d3-scale": "^3.2.1",
"d3-selection": "^1.4.1",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.16.0",
"file-saver": "^2.0.2",
"font-awesome": "^4.7.0",
"genomefeaturecomponent": "^0.2.17",
"js-yaml": "^3.13.1",
"jsdom-global": "^3.0.2",
"lodash": "^4.17.15",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.2.5",
"phenogrid": "^1.5.4",
"register-service-worker": "^1.7.1",
"sanitize-html": "~2.3.2",
"underscore": "^1.10.1",
"v-click-outside": "^3.0.1",
"vue": "^2.6.11",
"vue-form-wizard": "^0.8.4",
"vue-gtag": "^1.16.1",
"vue-router": "^3.1.6",
"vuelidate": "^0.7.5",
"webpack": "^4.42.1"
},
"devDependencies": {
"@vue/cli": "^4.2.3",
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-e2e-nightwatch": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-plugin-unit-mocha": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.0.0-beta.32",
"chai": "^4.2.0",
"chromedriver": "^87.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"geckodriver": "^1.19.1",
"html-loader": "^0.5.5",
"http-server": "^0.12.1",
"node-sass": "^4.14.1",
"prettier": "^2.3.2",
"sass-loader": "^8.0.2",
"sinon": "^8.1.1",
"vue-cli-plugin-webpack-bundle-analyzer": "^2.0.0",
"vue-markdown-loader": "^2.4.1",
"vue-template-compiler": "^2.6.11"
}
}