-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
38 lines (38 loc) · 1.29 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
{
"name": "edam-browser",
"description": "The EDAM Browser is a client-side web-based visualization javascript widget. Its goals are to help describing bio-related resources and service with EDAM, and to facilitate and foster community contributions to EDAM.",
"author": "Bryan Brancotte",
"version": "1.0.0",
"scripts": {
"test": "jshint js/*js",
"dev": "parcel build index.html edit.html --no-minify && parcel index.html --open",
"predeploy": "rm -rf dist && parcel build index.html edit.html --no-minify --public-url https://edamontology.github.io/edam-browser/",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"@fortawesome/fontawesome-free": "^5.15.3",
"cssnano": "^5.0.6",
"jshint": "^2.9.5",
"live-server": "^1.2.1"
},
"dependencies": {
"bootstrap": "^3.4.1",
"d3": "^4.13.0",
"edam2json-js": "^0.3.1",
"ga-gtag": "^1.1.0",
"gh-pages": "^3.2.3",
"jquery": "^3.2.1",
"jquery-ui-bundle": "^1.12.1-migrate",
"jquery-ui-dist": "^1.12.1",
"jquery-ui-themeroller": "^0.0.5",
"jquery-ui-themes": "^1.12.0",
"parcel-bundler": "^1.12.5",
"popper.js": "^1.16.1",
"regenerator-runtime": "^0.13.7"
},
"resolutions": {
"d3-selection": "1.3.0"
}
}