-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
100 lines (100 loc) · 2.98 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "agr_ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-cdk/aws-amplify-alpha": "^2.118.0-alpha.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/react": "11.1.5",
"@emotion/server": "11.0.0",
"@emotion/styled": "11.1.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@geneontology/curie-util-es5": "^1.2.4",
"@geneontology/wc-gocam-viz": "1.0.1-beta.2",
"@geneontology/wc-ribbon-strips": "0.0.37",
"@geneontology/wc-ribbon-table": "0.0.57",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.5.0",
"abortcontroller-polyfill": "^1.7.8",
"agr_genomefeaturecomponent": "^0.3.24",
"aws-cdk": "^2.118.0",
"aws-cdk-lib": "^2.118.0",
"bootstrap": "4.6.1",
"buffer": "^6.0.3",
"constructs": "^10.2.70",
"custom-event-polyfill": "^1.0.6",
"d3-selection": "2.0.0",
"document-register-element": "1.13.1",
"generic-sequence-panel": "^1.6.0",
"html-react-parser": "^0.10.0",
"immutable": "^3.8.1",
"lodash.clone": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.without": "^4.4.0",
"numeral": "^2.0.6",
"react": "17.0.2",
"react-autosuggest": "^10.0.0",
"react-bootstrap": "^2.9.1",
"react-bootstrap-table-next": "^3.0.1",
"react-bootstrap-table2-filter": "1.3.3",
"react-bootstrap-table2-paginator": "^2.0.4",
"react-dom": "17.0.2",
"react-ga": "^3.3.1",
"react-ga4": "^2.1.0",
"react-helmet": "^6.0.0",
"react-query": "2.26.4",
"react-redux": "7.2.3",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^1.2.0",
"react-router-scroll-4": "1.0.0-beta.2",
"react-scripts": "5.0.1",
"react-scrollspy": "^3.3.5",
"react-select": "2.4.4",
"react-twitter-widgets": "^1.3.0",
"reactstrap": "8.9.0",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.4.1",
"reselect": "^2.5.4",
"sass": "^1.69.4",
"sitemap": "^1.13.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prebuild": "npm run resource-descriptors && npm run sitemap && npm run robots",
"robots": "node bin/build_robots.js",
"sitemap": "node bin/build_sitemap.js",
"resource-descriptors": "node bin/build_resource_descriptors.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"overrides": {
"autoprefixer": "10.4.5"
},
"devDependencies": {
"ajv": "^8.16.0"
}
}