forked from uc-cdis/bih-data-commons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 3.02 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 3.02 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
{
"name": "@gen3/bih-data-portal",
"version": "0.11.46",
"private": "true",
"engines": {
"npm": ">=10.9.0",
"node": ">=22.11.0"
},
"scripts": {
"lint": "next lint",
"lint-fix": "next lint --fix",
"dev": "next dev",
"build": "next build",
"start": "next start",
"setupCommons": "npm run buildColors && npm run getSchema && npm run getDRSToHostname",
"build:colors": "node ./node_modules/@gen3/toolsff/dist/buildColors.esm.js --themeFile=config/$npm_config_commons/colors.json --out=config/$npm_config_commons",
"build:icons": "node ./node_modules/@gen3/toolsff/dist/bundleIcons.esm.js --inpath=config/icons --outpath=config/icons",
"getSchema": "node ./node_modules/@gen3/toolsff/dist/getSchema.esm.js --out=config/",
"getDRSToHostname": "node ./node_modules/@gen3/toolsff/dist/getDRSToHostname.esm.js --out=config/"
},
"dependencies": {
"@datadog/browser-rum": "^6.22.0",
"@fontsource/montserrat": "^5.2.8",
"@fontsource/poppins": "^5.2.7",
"@fontsource/source-sans-pro": "^5.2.5",
"@gen3/core": "0.11.48",
"@gen3/frontend": "0.11.48",
"@grafana/faro-react": "^1.9.1",
"@grafana/faro-web-sdk": "^1.9.1",
"@grafana/faro-web-tracing": "^1.9.1",
"@mantine/core": "^7.17.8",
"@mantine/dates": "^7.17.8",
"@mantine/form": "^7.17.8",
"@mantine/hooks": "^7.17.8",
"@mantine/modals": "^7.17.8",
"@mantine/notifications": "^7.17.8",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.5",
"idb": "^8.0.3",
"jsonpath-plus": "^10.3.0",
"react": "^18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@axe-core/react": "^4.10.2",
"@gen3/toolsff": "0.11.48",
"@next/eslint-plugin-next": "^15.5.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/lodash": "^4.17.20",
"@types/mdx": "^2.0.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.46.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.37.0",
"eslint-config-next": "^15.5.5",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.0",
"jest-fixed-jsdom": "^0.0.10",
"msw": "^2.11.5",
"next": "^15.5.5",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.0",
"postcss-modules": "^6.0.1",
"postcss-preset-env": "^10.4.0",
"postcss-preset-mantine": "^1.18.0",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.18",
"ts-jest": "^29.4.5",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.1",
"sharp": "^0.34.4",
"swr": "^2.3.6"
}
}