-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.95 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": "psychscreen",
"version": "0.4.3",
"private": true,
"homepage": "%PUBLIC_URL%",
"dependencies": {
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.47",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@visx/tooltip": "^3.3.0",
"@weng-lab/psychscreen-ui-components": "^0.8.8",
"@weng-lab/ts-ztable": "latest",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"bpnet-ui": "^0.2.9",
"canvg": "^4.0.1",
"env-cmd": "^10.1.0",
"graphql": "^16.6.0",
"html2canvas": "^1.4.1",
"jubilant-carnival": "^0.2.8",
"logojs-react": "^2.1.1",
"queryz": "^0.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"semantic-ui-react": "^2.1.3",
"typescript": "^4.7.4",
"umap-js": "^1.3.3",
"umms-gb": "^3.8.2",
"web-vitals": "^2.1.4"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"scripts": {
"predeploy": "react-scripts build",
"deploy": "env-cmd -f .env.github yarn build && gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier": "prettier --write src"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "latest",
"gh-pages": "^4.0.0",
"prettier": "^2.8.3",
"react-error-overlay": "6.0.9"
}
}