-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.96 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.96 KB
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
{
"name": "ui",
"version": "3.4.1",
"private": true,
"proxy": "https://wes.rdpc-dev.cancercollaboratory.org",
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@icgc-argo/ego-token-utils": "^7.2.0",
"@icgc-argo/uikit": "^1.7.0",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/user-event": "^12.0.11",
"@types/graphql": "^14.5.0",
"@types/graphql-type-json": "^0.3.2",
"@types/jest": "^26.0.3",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.157",
"@types/node": "^14.0.14",
"@types/promise-queue": "^2.2.0",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/url-join": "^4.0.0",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"emotion": "^10.0.27",
"gql-tag": "^1.0.1",
"graphiql": "^1.4.2",
"graphql-tag": "^2.10.3",
"graphql-type-json": "^0.3.2",
"graphql-voyager": "^1.0.0-rc.31",
"js-cookie": "^2.2.1",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"promise-queue": "^2.2.5",
"react": "^16.13.1",
"react-ace": "^9.1.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"serve": "^11.3.2",
"typescript": "~3.9.5",
"url-join": "^4.0.1"
},
"bin": {
"serve": "./node_modules/.bin/serve"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test-dev": "react-scripts test",
"test": "echo 'no test yet'",
"eject": "react-scripts eject",
"start-prod": "npm run build && NODE_ENV=production serve -s build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}