-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.35 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
{
"name": "gramene-sites",
"version": "1.0.0",
"description": "Front end of gramene main and subsites",
"scripts": {
"tidy": "rm -rf dist .parcel-cache && mkdir dist && ln -s ../src/static dist/static",
"maize": "npm run tidy && SUBSITE=maize parcel --reporter @parcel/reporter-bundle-analyzer html/maize.html",
"grapevine": "npm run tidy && SUBSITE=grapevine parcel html/grapevine.html",
"main": "npm run tidy && SUBSITE=main parcel html/main.html",
"sorghum": "npm run tidy && SUBSITE=sorghum parcel html/sorghum.html",
"oryza": "npm run tidy && SUBSITE=oryza parcel html/oryza.html",
"yeast": "npm run tidy && SUBSITE=yeast parcel html/yeast.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warelab/gramene-sites.git"
},
"author": "Andrew Olson",
"license": "ISC",
"dependencies": {
"argparse": "^2.0.1",
"axios": "^0.21.4",
"component-closest": "^1.0.1",
"create-react-class": "^15.7.0",
"formik": "^3.0.0-next.8",
"gramene-alerts": "^1.0.2",
"gramene-mdview": "^2.0.7",
"gramene-search": "^1.2.84",
"loadjs": "^4.2.0",
"lodash": "^4.17.21",
"money-clip": "^3.0.5",
"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-ga": "^3.3.1",
"react-icons": "^4.3.1",
"react-router-dom": "^5.3.0",
"redux-bundler": "^21.0.0",
"redux-bundler-react": "^1.2.0",
"xml-js": "^1.6.11",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "latest",
"@babel/preset-env": "latest",
"@babel/preset-react": "latest",
"@parcel/compressor-brotli": "^2.8.3",
"@parcel/compressor-gzip": "^2.8.3",
"@parcel/compressor-raw": "^2.8.3",
"@parcel/config-default": "^2.8.3",
"@parcel/core": "^2.8.3",
"@parcel/reporter-bundle-analyzer": "^2.8.3",
"@parcel/transformer-image": "^2.8.3",
"@parcel/transformer-less": "^2.8.3",
"@parcel/transformer-svg-react": "^2.8.3",
"buffer": "^5.7.1",
"events": "^3.3.0",
"http-proxy-middleware": "^2.0.6",
"parcel": "^2.8.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0"
},
"bugs": {
"url": "https://github.com/warelab/gramene-sites/issues"
},
"homepage": "https://github.com/warelab/gramene-sites#readme"
}