-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
102 lines (102 loc) · 2.93 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
101
102
{
"name": "hspw_new",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-sdk/credential-provider-node": "^3.451.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@jbrowse/core": "^2.12.3",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.14.18",
"@mui/x-date-pickers": "^6.18.1",
"@opensearch-project/opensearch": "^2.4.0",
"@testing-library/react": "^13.4.0",
"ag-grid-community": "^28.2.1",
"ag-grid-react": "^28.2.1",
"ajv": "^8.17.1",
"aws-opensearch-connector": "^1.1.0",
"axios": "^1.3.4",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"cytoscape": "^3.30.1",
"d3": "npm:d3@^5.16.0",
"d3-svg-to-png": "^0.3.1",
"d3v7": "npm:d3@^7.9.0",
"dayjs": "^1.11.10",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"html-react-parser": "^5.0.6",
"material-ui-popup-state": "^5.0.4",
"mobx": "^6.13.1",
"mobx-react": "^9.1.1",
"mobx-state-tree": "^5.0.0",
"numeric": "^1.2.6",
"papaparse": "^5.4.1",
"primeflex": "^3.3.0",
"primeicons": "^6.0.1",
"primereact": "^8.7.3",
"ProtVista": "^2.0.13",
"protvista-uniprot": "^2.10.9",
"react": "^18.2.0",
"react-cytoscape": "^1.0.6",
"react-dom": "^18.2.0",
"react-donut-chart": "^1.3.3",
"react-fontawesome": "^1.7.1",
"react-ga4": "^2.1.0",
"react-google-charts": "^4.0.0",
"react-google-recaptcha": "^3.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.7.1",
"react-material-ui-carousel": "^3.4.2",
"react-msaview": "^2.1.5",
"react-router-dom": "^6.6.1",
"react-router-hash-link": "^2.4.3",
"react-scripts": "5.0.1",
"react-select": "^5.7.3",
"react-tabs": "^6.0.2",
"react-twitter-widgets": "^1.11.0",
"react-xml-parser": "^1.1.8",
"resize-observer-polyfill": "^1.5.1",
"serve": "^14.1.2",
"styled-components": "^5.3.11",
"svg-sprite-loader": "^6.0.11",
"sweetalert2": "^11.7.32",
"venn.js": "^0.2.20",
"web-vitals": "^2.1.4",
"xml2js": "^0.4.23"
},
"scripts": {
"dev": "react-scripts start",
"build": "BUILD_PATH='./src/server/build' sh -ac '. ./.env.${REACT_APP_ENV}; react-scripts build'",
"build:dev": "REACT_APP_ENV=development npm run build",
"build:prod": "REACT_APP_ENV=production npm run build",
"local:frontend": "npm run dev",
"local:backend": "npm run dev --prefix src/server",
"local": "concurrently \"npm run local:frontend\" \"npm run local:backend\""
},
"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"
]
},
"devDependencies": {
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-config-react-app": "^7.0.1"
}
}