-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 2.23 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
{
"name": "zfin-www",
"version": "1.0.0",
"description": "ZFIN The Zebrafish Information Network",
"repository": "https://github.com/zfin/zfin",
"license": "BSD 3-Clause License",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-webpack-plugin": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"jest": "^28.1.3"
},
"scripts": {
"clean": "rm -rf $TARGETROOT/home/dist",
"compile": "webpack",
"build": "npm run clean && npm run compile",
"lint": "eslint home/javascript/react/** --max-warnings 0",
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@fortawesome/fontawesome-free": "^6.2.1",
"@geneontology/wc-ribbon-strips": "0.0.37",
"@geneontology/wc-ribbon-table": "0.0.57",
"acorn": "^8.8.1",
"babel-loader": "^9.1.3",
"bootstrap": "^4.6.2",
"bootstrap-datepicker": "^1.9.0",
"clean-webpack-plugin": "^4.0.0",
"corejs-typeahead": "1.3.1",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"exports-loader": "^0.7.0",
"fast-deep-equal": "3.1.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"imagesloaded": "^5.0.0",
"immer": "^9.0.16",
"jquery-bridget": "3.0.1",
"jquery-modal": "0.9.2",
"jquery-stickytabs": "1.2.4",
"jquery-validation": "^1.19.5",
"jquery.tipsy": "1.0.3",
"masonry-layout": "^4.2.2",
"mini-css-extract-plugin": "^2.7.7",
"popper.js": "1.16.1",
"postcss": "^8.4.33",
"prop-types": "15.8.1",
"qs": "^6.11.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-dropzone": "^14.2.3",
"react-form": "^4.0.1",
"react-timeago": "7.1.0",
"regenerator-runtime": "^0.13.11",
"sass": "^1.70.0",
"sass-loader": "^14.1.0",
"sorttable": "1.0.2",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"url-loader": "^4.1.1",
"webpack": "^5.90.1",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
}
}