Files
clickhouse-agx/package.json

62 lines
1.7 KiB
JSON

{
"name": "agx",
"version": "0.3.1",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"license": "MIT",
"dependencies": {
"@agnosticeng/cache": "^0.0.3",
"@agnosticeng/dv": "^0.0.14",
"@agnosticeng/migrate": "^0.0.2",
"@agnosticeng/sqlite": "^0.0.5",
"@auth0/auth0-spa-js": "^2.7.0",
"@floating-ui/dom": "^1.7.4",
"@observablehq/plot": "^0.6.17",
"@rich_harris/svelte-split-pane": "^2.0.0",
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-deep-link": "^2.4.3",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-fs": "^2.4.2",
"@tauri-apps/plugin-opener": "^2.5.0",
"@tauri-apps/plugin-shell": "^2.3.1",
"d3": "^7.9.0",
"dayjs": "^1.11.18",
"highlight.js": "^11.11.1",
"lodash": "^4.17.21",
"marked": "^16.4.1",
"marked-highlight": "^2.2.2",
"mitt": "^3.0.1",
"monaco-editor": "^0.54.0",
"normalize.css": "^8.0.1",
"p-debounce": "^5.0.0",
"sql-formatter": "^15.6.10"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.47.2",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tauri-apps/cli": "^2.9.1",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.20",
"@types/node": "^22.15.21",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.41.2",
"svelte-check": "^4.3.3",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^7.1.11",
"vite-plugin-devtools-json": "^1.0.0"
}
}