-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 798 Bytes
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
{
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-config-schema": "node build-config-schema.js",
"postinstall": "sh postinstall.sh",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@anywidget/types": "^0.1.4",
"@anywidget/vite": "^0.1.2",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.3.4",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"dependencies": {
"@cosmograph/cosmograph": "^1.3.1",
"@cosmograph/cosmos": "^1.5.1",
"apache-arrow": "^15.0.0",
"arquero": "^5.4.0",
"radash": "^12.0.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.4"
}
}