forked from pretzelai/pretzelai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.62 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
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
{
"name": "pretzeldata",
"version": "0.1.0",
"private": true,
"homepage": ".",
"type": "module",
"dependencies": {
"@blueprintjs/table": "^5.1.2",
"@codemirror/lang-python": "^6.1.4",
"@duckdb/duckdb-wasm": "^1.28.1-dev106.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/echarts": "^4.9.22",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.22",
"@uiw/react-codemirror": "^4.21.24",
"apache-arrow": "^15.0.0",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"echarts": "^4.5.0",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"json-2-csv": "^5.5.1",
"lodash": "^4.17.21",
"marked": "^12.0.1",
"posthog-js": "^1.112.0",
"prql-js": "^0.11.3",
"pyodide": "^0.25.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resizable": "^3.0.5",
"react-resizable-panels": "^2.0.12",
"react-responsive-carousel": "^3.2.23",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^4.9.5",
"udsv": "^0.5.3",
"uuid": "^9.0.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
"zustand": "^4.5.2"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/file-saver": "^2.0.7",
"@types/node": "^18.19.24",
"@types/papaparse": "^5.3.14",
"@types/react-resizable": "^3.0.7",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.18",
"isomorphic-fetch": "^3.0.0",
"source-map-loader": "^5.0.0",
"tailwindcss": "^3.4.1",
"vite": "^5.1.6",
"vite-plugin-svgr": "^4.2.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vite-tsconfig-paths": "^4.3.2"
}
}