-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "localzoom",
"version": "0.9.6",
"license": "MIT",
"engines": {
"node": ">=10.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/statgen/localzoom.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"deploy": "./deploy.sh",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@sentry/browser": "^4.5.2",
"bootstrap": "^4.6.1",
"bootstrap-vue": "2.21.2",
"locuszoom": "0.14.0",
"lodash": "^4.17.11",
"tabulator-tables": "^4.9.3",
"vue": "^2.6.14",
"vue-bootstrap-typeahead": "^0.2.6"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-plugin-eslint": "^3.0.0",
"@vue/cli-plugin-unit-mocha": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"@vue/test-utils": "^1.3.0",
"autoprefixer": "^9.8.8",
"chai": "^4.3.6",
"source-map-loader": "^0.2.4",
"vue-template-compiler": "^2.6.14"
}
}