-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 3.07 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
84
85
{
"name": "gramene-search",
"version": "1.6.12",
"description": "search wrapper for gramene",
"source": "src/index.js",
"main": "dist/index.js",
"scripts": {
"build": "parcel build ./src/index.js",
"watch": "parcel watch ./src/index.js",
"build-maize": "SUBSITE=maize parcel build --no-scope-hoist --dist-dir maize src/maize.html && mv maize/maize.html maize/index.html",
"build-grapevine": "SUBSITE=grapevine parcel build --no-scope-hoist --dist-dir grapevine src/grapevine.html && mv grapevine/grapevine.html grapevine/index.html",
"build-main": "SUBSITE=main parcel build --no-scope-hoist --dist-dir main src/index.html",
"build-sorghum": "SUBSITE=sorghum parcel build --no-scope-hoist --dist-dir sorghum src/sorghum.html && mv sorghum/sorghum.html sorghum/index.html",
"build-rice": "SUBSITE=rice parcel build --no-scope-hoist --dist-dir rice src/rice.html && mv rice/rice.html rice/index.html",
"start-maize": "SUBSITE=maize parcel src/maize.html",
"start-grapevine": "SUBSITE=grapevine parcel src/grapevine.html",
"start-main": "SUBSITE=main parcel src/index.html",
"start-sorghum": "SUBSITE=sorghum parcel src/sorghum.html",
"start-rice": "SUBSITE=rice parcel src/rice.html",
"prepare": "npx parcel build"
},
"author": "Andrew Olson",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"ag-grid-community": "^31.1.1",
"ag-grid-react": "^31.0.3",
"axios": "^1.6.8",
"firebase": "^11.0.1",
"flat-to-nested": "^1.1.1",
"formik": "^3.0.0-next.8",
"gramene-bins-client": "^2.3.3",
"gramene-dbxrefs": "^3.0.14",
"gramene-efp-browser": "^1.0.7",
"gramene-genetree-vis": "^4.2.7",
"gramene-mdview": "^2.0.6",
"gramene-search-vis": "^4.2.4",
"gramene-taxonomy-with-genomes": "^3.0.10",
"gramene-trees-client": "^2.6.1",
"lodash": "^4.17.15",
"lodash-compat": "^3.10.2",
"money-clip": "^3.0.2",
"numeral": "^2.0.6",
"querystringify": "^2.2.0",
"react": "^17.0.2",
"react-bootstrap": "^2.7.2",
"react-debounce-input": "^3.2.5",
"react-dom": "17.0.2",
"react-ga4": "^2.1.0",
"react-icons": "^4.3.1",
"react-markdown": "^5.0.3",
"react-router-dom": "^5.3.0",
"react-simple-tree-menu": "^1.1.18",
"react-switch": "^7.0.0",
"redux-bundler": "21.0.0",
"redux-bundler-react": "^1.2.0",
"yup": "^0.32.9"
},
"prettier": {
"singleQuote": true,
"semi": false
},
"devDependencies": {
"@babel/core": "latest",
"@babel/preset-env": "latest",
"@babel/preset-react": "latest",
"@parcel/config-default": "latest",
"@parcel/core": "latest",
"@parcel/transformer-image": "latest",
"@parcel/transformer-js": "latest",
"@parcel/transformer-less": "latest",
"assert": "^2.1.0",
"buffer": "^5.7.1",
"console-browserify": "^1.2.0",
"http-proxy-middleware": "latest",
"parcel": "latest",
"process": "^0.11.10",
"url": "^0.11.3",
"util": "^0.12.5"
},
"repository": {
"type": "git",
"url": "https://github.com/warelab/gramene-search.git"
}
}