-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
125 lines (125 loc) · 4.1 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "argo-platform-ui",
"version": "1.125.13",
"scripts": {
"dev": "concurrently -n w: npm:watch-*",
"start": "npm run dev",
"watch-gql": "npm run graphql-codegen -- --watch",
"watch-next": "next -p 8080",
"graphql-codegen": "graphql-codegen -r dotenv/config",
"serve": "npm run build && next start",
"build": "rm -rf .next && next build",
"clean": "rm -rf .next && rm -rf node_modules && npm i --legacy-peer-deps",
"gql-check": "npm run graphql-codegen && npm run build",
"export-maintenance": "npm run build && rm -rf ./out/maintenance && EXPORT_PATH=/maintenance next export -o ./out/maintenance && rm ./out/maintenance/404.html",
"type-check-scripts": "tsc -p ./scripts/tsconfig.json",
"type-check": "tsc -p ./tsconfig.json",
"test": "NODE_PATH=./ ts-mocha --require ./testNullCompiler.js -p ./tsconfig.test.json global/**/*.test.tsx",
"test:watch": "NODE_PATH=./ ts-mocha --watch --require ./testNullCompiler.js -p ./tsconfig.test.json global/**/*.test.tsx",
"force-resolutions": "npx npm-force-resolutions",
"e2e": "npx playwright test",
"e2e-debug": "npx playwright test --debug",
"e2e-report": "npx playwright show-report",
"prepare": "husky install"
},
"bin": {
"tsc": "./node_modules/.bin/tsc",
"babel": "./node_modules/@babel/cli/bin/babel.js"
},
"dependencies": {
"@apollo/client": "^3.6.8",
"@emotion/react": "^11.10.4",
"@graphql-codegen/cli": "^2.12.0",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/typescript": "^2.5.1",
"@icgc-argo/ego-token-utils": "^8.4.1",
"@icgc-argo/uikit": "2.4.0",
"@overture-stack/arranger-components": "3.0.0-beta.11",
"apollo-upload-client": "^11.0.0",
"browser-fs-access": "^0.31.1",
"clsx": "^1.1.1",
"color": "^4.2.3",
"concurrently": "^7.4.0",
"date-fns": "^2.28.0",
"dotenv": "^7.0.0",
"element-resize-detector": "^1.2.4",
"express": "^4.18.1",
"fast-json-stable-stringify": "^2.1.0",
"file-saver": "^2.0.5",
"filesize": "^8.0.7",
"graphql": "^16.5.0",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^3.0.1",
"jsdom": "^19.0.0",
"lodash": "^4.17.21",
"next": "^12.3.4",
"next-compose-plugins": "^2.2.1",
"next-cookies": "^1.1.2",
"next-images": "^1.8.4",
"npm-force-resolutions": "^0.0.10",
"pluralize": "^8.0.0",
"promise-queue": "^2.2.5",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-google-recaptcha": "^2.1.0",
"react-grid-system": "^8.1.4",
"react-json-view": "^1.21.3",
"react-transition-group": "^4.4.2",
"resize-sensor": "0.0.6",
"sqon-builder": "^1.0.0",
"url-join": "^4.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/preset-react": "^7.18.6",
"@emotion/babel-plugin": "^11.10.2",
"@playwright/test": "^1.25.1",
"@types/chai": "^4.3.1",
"@types/file-saver": "^2.0.5",
"@types/isomorphic-fetch": "0.0.35",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.161",
"@types/mocha": "^9.1.1",
"@types/pluralize": "0.0.29",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"@types/react-transition-group": "^4.4.2",
"@types/url-join": "^4.0.0",
"@types/yup": "^0.29.13",
"chai": "^4.3.6",
"file-regex": "^3.1.0",
"husky": "^8.0.0",
"mocha": "^10.0.0",
"next-global-css": "^1.3.1",
"next-transpile-modules": "^9.0.0",
"plop": "^3.1.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.6.4"
},
"engines": {
"npm": ">=8.19.2 <9.0.0",
"node": ">=18.12.1 <19.0.0"
},
"prettier": {
"printWidth": 100,
"trailingComma": "all",
"singleQuote": true
},
"resolutions": {
"glob-parent": "6.0.2",
"ini": "3.0.0",
"ssri": "9.0.1",
"tar": "6.1.11",
"underscore": "1.13.3",
"y18n": "5.0.8",
"@tanstack/react-table": "8.0.0-beta.3"
}
}