-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 5.07 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 5.07 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
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
{
"name": "explorer",
"version": "2.31.0",
"private": true,
"scripts": {
"dev:anvil-catalog": "./scripts/dev.sh anvil-catalog dev && ./scripts/set-version.sh dev && next dev",
"build-dev:anvil-catalog": "scripts/common-build.sh anvil-catalog dev && ./scripts/set-version.sh && next build && npm run postbuild",
"build-prod:anvil-catalog": "./scripts/common-build.sh anvil-catalog prod && ./scripts/set-version.sh && next build && npm run postbuild",
"dev:lungmap": "./scripts/dev.sh lungmap dev && ./scripts/set-version.sh dev && next dev",
"build-dev:lungmap": "./scripts/common-build.sh lungmap dev && ./scripts/set-version.sh && next build && npm run postbuild",
"build-prod:lungmap": "./scripts/common-build.sh lungmap prod && ./scripts/set-version.sh && next build && npm run postbuild",
"dev:anvil-cmg": "./scripts/dev.sh anvil-cmg dev && ./scripts/set-version.sh dev && next dev",
"build:anvil-cmg": "./scripts/build.sh anvil-cmg && ./scripts/set-version.sh && next build && npm run postbuild",
"build-cc-dev:anvil-cmg": "./scripts/common-build.sh anvil-cmg cc-dev && ./scripts/set-version.sh && next build && npm run postbuild",
"dev:hca-dcp": "./scripts/dev.sh hca-dcp dev && ./scripts/set-version.sh dev && next dev",
"dev:cc-ma-dev:hca-dcp": "./scripts/dev.sh hca-dcp cc-ma-dev && ./scripts/set-version.sh dev && next dev",
"build-dev:hca-dcp": "./scripts/common-build.sh hca-dcp dev && ./scripts/set-version.sh && next build && npm run postbuild",
"build-cc-ma-dev:hca-dcp": "./scripts/common-build.sh hca-dcp cc-ma-dev && ./scripts/set-version.sh && next build && npm run postbuild",
"build-ma-dev:hca-dcp": "./scripts/common-build.sh hca-dcp ma-dev && ./scripts/set-version.sh && next build && npm run postbuild",
"build-ma-prod:hca-dcp": "./scripts/common-build.sh hca-dcp ma-prod && ./scripts/set-version.sh && next build && npm run postbuild",
"build-prod:hca-dcp": "./scripts/build.sh hca-dcp prod && ./scripts/set-version.sh && next build && npm run postbuild",
"postbuild": "next-sitemap --config next-sitemap.config.mjs",
"start": "npx serve out",
"lint": "next lint --dir .",
"check-format": "prettier --check .",
"prepare": "husky",
"test": "jest --watch",
"test:e2e": "playwright test",
"get-cellxgene-projects-hca": "esrun ./site-config/hca-dcp/dev/scripts/get-cellxgene-projects.ts ",
"test:anvil-cmg": "playwright test -c playwright_anvil.config.ts --trace retain-on-failure",
"test:anvil-catalog": "playwright test -c playwright_anvil-catalog.config.ts --trace retain-on-failure",
"check-system-status:anvil-cmg": "esrun e2e/anvil/anvil-check-system-status.ts"
},
"dependencies": {
"@databiosphere/findable-ui": "^50.6.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@mdx-js/loader": "^3",
"@mdx-js/react": "^3",
"@mui/icons-material": "^7",
"@mui/material": "^7",
"@next/mdx": "^15.5.13",
"@observablehq/plot": "^0",
"@tanstack/match-sorter-utils": "^8",
"@tanstack/react-table": "^8",
"@tanstack/react-virtual": "^3",
"@types/fhir": "^0.0.35",
"copy-to-clipboard": "3",
"csv-parse": "^5.0.4",
"gray-matter": "^4",
"isomorphic-dompurify": "^2",
"jwt-decode": "^3.1.2",
"ky": "^1",
"match-sorter": "^6.3.1",
"next": "^15",
"next-auth": "^4",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^5",
"next-sitemap": "^4.2.3",
"react": "^19",
"react-dom": "^19",
"react-dropzone": "^14",
"react-gtm-module": "2",
"react-idle-timer": "^5",
"react-window": "1",
"rehype-raw": "^7",
"rehype-react": "^8",
"rehype-sanitize": "^6",
"remark-gfm": "^4",
"remark-parse": "^11",
"remark-rehype": "^11",
"slugify": "^1",
"unified": "^11",
"uuid": "13",
"yup": "^1"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@digitak/esrun": "^3.2.26",
"@next/eslint-plugin-next": "^15.5.13",
"@playwright/test": "^1.49.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^16.3.1",
"@types/node": "^22.19.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-gtm-module": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"babel-loader": "^9.2.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.5.13",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^61.5.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-sonarjs": "^3.0.1",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"got": "^14.4.5",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.7.4",
"prettier-plugin-organize-imports": "^4.3.0",
"typescript": "^5.9.3",
"url-loader": "^4.1.1"
},
"overrides": {
"glob": "^11.0.4"
},
"engines": {
"node": "22.12.0"
}
}