-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.56 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.56 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
{
"name": "binding-sim-edu",
"private": true,
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"install-viewer": "bun install @aics/simularium-viewer"
},
"dependencies": {
"@aics/simularium-viewer": "^3.10.2",
"@ant-design/icons": "^5.3.6",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.12.5",
"@types/regression": "^2.0.6",
"antd": "^5.16.0",
"classnames": "^2.5.1",
"detect-collisions": "^9.2.2",
"lodash": "^4.17.21",
"plotly.js": "^2.28.0",
"rainbowvis.js": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-plotly": "^1.0.0",
"react-plotly.js": "^2.6.0",
"regression": "^2.0.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/antd": "^1.0.0",
"@types/plotly.js": "^2.35.1",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-plotly.js": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
}
}