-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.32 KB
/
Copy pathpackage.json
File metadata and controls
110 lines (110 loc) · 3.32 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
{
"name": "@bcgsc-pori/graphkb-client",
"version": "4.4.1",
"private": true,
"bugs": {
"email": "graphkb@bcgsc.ca"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/bcgsc/pori_graphkb_client.git"
},
"dependencies": {
"@bcgsc-pori/graphkb-parser": "^2.1.0",
"@bcgsc-pori/graphkb-schema": "~4.1.0",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@mui/x-tree-view": "^8.27.2",
"@types/lodash.omit": "^4.5.9",
"@types/lodash.uniq": "^4.5.7",
"@types/lodash.without": "^4.4.7",
"ag-grid-community": "^35.2.0",
"ag-grid-react": "^35.2.0",
"buffer": "^6.0.3",
"change-case": "^3.1.0",
"copy-to-clipboard": "^3.3.1",
"d3-drag": "^3.0.0",
"d3-force": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-zoom": "^3.0.0",
"date-fns": "^2.14.0",
"fetch-intercept": "^2.3.1",
"json-cycle": "^1.3.0",
"jwt-decode": "~3.1.2",
"keycloak-js": "^21.1.2",
"lodash.isempty": "^4.4.0",
"lodash.isobject": "^3.0.2",
"lodash.omit": "^4.5.0",
"lodash.uniq": "^4.5.0",
"lodash.without": "^4.4.0",
"notistack": "^3.0.2",
"qs": "^6.9.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-google-charts": "^3.0.15",
"react-query": "npm:@tanstack/react-query@^5.96.1",
"react-router-dom": "^6.22.2",
"slugify": "^1.4.0",
"typescript": "5.1",
"use-debounce": "^3.4.2",
"use-deep-compare-effect": "^1.3.1",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/d3-drag": "^3.0.7",
"@types/d3-force": "^3.0.9",
"@types/d3-selection": "^3.0.10",
"@types/d3-zoom": "^3.0.8",
"@types/lodash.isobject": "^3.0.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^4.0.18",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.2.0",
"eslint": "~8.9.0",
"eslint-config-airbnb": "~19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "~6.5.1",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "~4.3.0",
"eslint-plugin-simple-import-sort": "~7.0.0",
"jsdom": "^28.1.0",
"react-test-renderer": "^19.2.4",
"sass-embedded": "^1.97.3",
"serve": "^14.2.1",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"env": "",
"start": "vite",
"build": "vite build",
"build:ci": "vite build; vite build --mode staging; NODE_ENV=development vite build --mode development",
"compress": "tar cvfz v${npm_package_version}.tar.gz dist",
"test": "vitest",
"test:ci": "vitest",
"lint": "eslint src --config .eslintrc.json --quiet",
"check-types": "tsc --noEmit --project ./tsconfig.check.json",
"serve": "NODE_ENV=development serve dist/development -s",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}