-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.16 KB
/
package.json
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
{
"name": "mosaic-playground",
"version": "0.1.0",
"type": "module",
"license": "Apache-2.0",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@duckdb/duckdb-wasm": "1.28.1-dev279.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@iconify-icon/react": "^2.1.0",
"@monaco-editor/react": "^4.6.0",
"@saas-ui/react": "^2.8.10",
"@uwdata/mosaic-core": "^0.11.0",
"@uwdata/mosaic-spec": "^0.11.0",
"@uwdata/mosaic-sql": "^0.11.0",
"@uwdata/vgplot": "^0.11.0",
"allotment": "^1.20.2",
"change-case": "^5.4.4",
"date-fns": "^4.1.0",
"duckdb-wasm-kit": "^0.1.38",
"framer-motion": "^11.5.5",
"html-to-image": "^1.11.11",
"react": "^18.3.1",
"react-async-hook": "^4.0.0",
"react-dom": "^18.3.1",
"typescript": "^5.6.2",
"yaml": "^2.5.1"
},
"devDependencies": {
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"monaco-editor": "^0.52.0",
"vite": "^5.4.6"
}
}