-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 1.88 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
{
"name": "throughput",
"version": "0.1.0",
"private": true,
"author": {
"name": "Simon James Goring",
"email": "[email protected]",
"website": "http://goring.org"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "HOST='0.0.0.0' PORT=80 npm run serve"
},
"dependencies": {
"@trevoreyre/autocomplete-vue": "^2.2.0",
"bootstrap-vue": "^2.21.2",
"compression": "^1.7.4",
"core-js": "^3.14.0",
"d3": "^5.16.0",
"html-metadata": "git://github.com/wikimedia/html-metadata.git",
"http": "0.0.0",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"open-graph-scraper": "^4.9.0",
"page-metadata-parser": "^1.1.4",
"passport-orcid": "0.0.3",
"url-metadata": "^2.5.0",
"vue": "^2.6.14",
"vue-clamp": "^0.3.2",
"vue-cookie-law": "^1.12.0",
"vue-cookies": "^1.7.4",
"vue-d3-network": "^0.1.28",
"vue-router": "^3.5.1"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.1",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.11.1",
"nyc": "^15.1.0",
"prettier": "^2.3.1",
"vue-template-compiler": "^2.6.14"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"bugs": "http://github.com/throughput-ec/throughput_vue/issues",
"keywords": [
"database",
"annotation",
"EarthCube",
"interdisciplinary",
"coding"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/throughput-ec/throughput_vue"
}
}