-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.7 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
{
"name": "synospecies",
"version": "0.10.0",
"private": true,
"description": "Search for species using the Plazi RDF data and find the currently accepted scientific name.",
"author": {
"name": "Reto Gmür",
"email": "[email protected]"
},
"scripts": {
"serve": "export NODE_OPTIONS=openssl-legacy-provider; vue-cli-service serve",
"build": "export NODE_OPTIONS=openssl-legacy-provider; vue-cli-service build",
"lint": "export NODE_OPTIONS=openssl-legacy-provider; vue-cli-service lint"
},
"dependencies": {
"@factsmission/synogroup": "^2.3.0-0",
"@mdi/js": "^7.4.47",
"@triply/yasqe": "^4.2.28",
"@triply/yasr": "^4.2.28",
"@types/superagent": "^4.1.24",
"node-polyfill-webpack-plugin": "^3.0.0",
"superagent": "^9.0.2",
"taxomplete": "^1.4.0",
"vue": "^2.7.16",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"sass": "^1.77.2",
"sass-loader": "^14.2.1",
"typescript": "^5.4.5",
"vue-template-compiler": "^2.7.16"
},
"bugs": {
"url": "https://github.com/factsmission/synospecies/issues"
},
"homepage": "https://synospecies.plazi.org/",
"license": "MIT",
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/factsmission/synospecies.git"
}
}