-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 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
{
"name": "@overture-stack/lectern-ui",
"version": "0.0.0",
"description": "React components for exploring Lectern dictionaries",
"files": [
"dist/"
],
"exports": {
".": "./dist/index.js",
"./dictionary-table": "./dist/viewer-table/index.js"
},
"types": "dist/index.d.ts",
"scripts": {
"build": "pnpm nuke:build && tsc -p ./tsconfig.build.json",
"nuke:build": "npx rimraf dist",
"storybook": "storybook dev -p 6006"
},
"keywords": [],
"author": "Ontario Institute for Cancer Research",
"license": "AGPL-3.0",
"repository": {
"directory": "packages/ui",
"type": "git",
"url": "git+https://github.com/overture-stack/lectern.git"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@overture-stack/lectern-client": "workspace:*",
"@overture-stack/lectern-dictionary": "workspace:*",
"@overture-stack/lectern-validation": "workspace:*",
"@tanstack/react-table": "^8.21.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-loading-skeleton": "^3.5.0",
"react-modal": "^3.16.3",
"reactflow": "^11.11.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.6",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/experimental-addon-test": "^8.6.14",
"@storybook/icons": "^1.4.0",
"@storybook/manager-api": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@storybook/test": "^8.6.14",
"@storybook/theming": "^8.6.14",
"@types/lodash": "^4.17.7",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"@types/react-modal": "^3.16.3",
"@vitejs/plugin-react": "^4.5.0",
"@vitest/browser": "^3.1.4",
"@vitest/coverage-v8": "^3.1.4",
"immer": "^10.1.1",
"lodash": "^4.17.23",
"playwright": "^1.52.0",
"prop-types": "^15.8.1",
"storybook": "^8.6.14",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.4"
}
}