-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.64 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.64 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "react-science",
"version": "19.9.0",
"description": "React components to build scientific applications UI",
"type": "module",
"exports": {
"./ui": "./lib/components/index.js",
"./styles/*.css": "./styles/*.css"
},
"files": [
"lib",
"src/components",
"styles/preflight.css"
],
"scripts": {
"build": "npm run clean && npm run build-ts",
"build-all": "npm run build-app && npm run build-storybook && mv storybook-static dist/stories",
"build-app": "cross-env NO_MINIFY=true vite build",
"build-storybook": "storybook build",
"build-ts": "tsc -p tsconfig.build.json",
"check-types": "tsc --noEmit",
"clean": "rimraf lib",
"createData": "npm run prepack && node scripts/createData",
"dev": "echo Use npm run dev-app or npm run storybook && exit 1",
"dev-app": "vite --open /pages/demo.html",
"eslint": "eslint . --cache",
"eslint-fix": "npm run eslint -- --fix",
"playwright": "npm run playwright-ct -- --project chromium && npm run playwright-e2e -- --project chromium",
"playwright-ct": "playwright test -c playwright-ct.config.mts",
"playwright-e2e": "playwright test -c playwright-e2e.config.mts",
"prepack": "npm run build",
"prettier": "prettier --check .",
"prettier-write": "prettier --write .",
"serve": "vite preview",
"storybook": "storybook dev -p 6006",
"stylelint": "stylelint src stories styles",
"stylelint-fix": "npm run stylelint -- --fix",
"test": "npm run playwright && npm run test-only && npm run check-types && npm run stylelint && npm run eslint && npm run prettier",
"test-only": "vitest run --coverage "
},
"repository": {
"type": "git",
"url": "git+https://github.com/zakodium-oss/react-science.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zakodium-oss/react-science/issues"
},
"homepage": "https://github.com/zakodium-oss/react-science#readme",
"peerDependencies": {
"@blueprintjs/core": "^6.0.0",
"@blueprintjs/icons": "^6.0.0",
"@blueprintjs/select": "^6.0.0",
"fifo-logger": "^1.0.0 || ^2.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.2",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@emotion/styled": "^11.14.1",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@tanstack/react-form": "^1.27.7",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.18",
"@zakodium/pdnd-esm": "^1.0.2",
"d3-scale-chromatic": "^3.1.0",
"react-d3-utils": "^3.1.2",
"react-dropzone": "^14.3.8",
"react-full-screen": "^1.1.1",
"react-icons": "^5.5.0",
"react-inspector": "^9.0.0",
"tinycolor2": "^1.6.0",
"ts-pattern": "^5.9.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@blueprintjs/core": "6.0.0",
"@blueprintjs/icons": "6.0.0",
"@blueprintjs/select": "6.0.0",
"@floating-ui/react": "^0.27.16",
"@playwright/experimental-ct-react": "^1.57.0",
"@playwright/test": "^1.57.0",
"@storybook/addon-docs": "^9.1.10",
"@storybook/react-vite": "^9.1.10",
"@tanstack/react-query": "^5.90.16",
"@types/babel__core": "^7.20.5",
"@types/d3-scale-chromatic": "^3.1.0",
"@types/node": "^24.7.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/tinycolor2": "^1.4.6",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/coverage-v8": "^4.0.16",
"@zakodium/tsconfig": "^1.0.2",
"biologic-converter": "^0.6.0",
"cheminfo-font": "^1.13.1",
"cheminfo-types": "^1.9.0",
"cross-env": "^10.1.0",
"eslint": "^9.39.2",
"eslint-config-zakodium": "^19.0.0",
"eslint-plugin-storybook": "^9.1.10",
"fifo-logger": "^2.0.1",
"filelist-utils": "^1.11.3",
"immer": "^11.1.3",
"jcampconverter": "^12.1.0",
"ml-gsd": "^13.1.1",
"ml-peak-shape-generator": "^4.2.0",
"ml-signal-processing": "^2.1.0",
"ml-spectra-processing": "^14.18.2",
"ms-spectrum": "^3.9.2",
"netcdfjs": "^3.0.0",
"postcss-styled-syntax": "^0.7.1",
"prettier": "^3.7.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^6.0.3",
"react-kbs": "^3.1.0",
"react-ocl": "^8.4.0",
"react-plot": "^3.1.2",
"rimraf": "^6.1.2",
"spc-parser": "^1.0.0",
"storybook": "^9.1.10",
"stylelint": "^16.26.1",
"stylelint-config-standard": "^39.0.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.16",
"wdf-parser": "^0.3.0"
},
"volta": {
"node": "24.13.0"
},
"overrides": {
"storybook": "$storybook"
}
}