{ "name": "agx", "version": "0.1.0", "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 ." }, "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.18.3", "@codemirror/commands": "^6.7.1", "@codemirror/lang-sql": "^6.8.0", "@codemirror/language": "^6.10.3", "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.35.0", "@lezer/highlight": "^1.2.1", "@tauri-apps/api": "^2.1.1", "d3": "^7.9.0", "normalize.css": "^8.0.1", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1" }, "devDependencies": { "@sveltejs/adapter-static": "^3.0.6", "@sveltejs/kit": "^2.8.1", "@sveltejs/vite-plugin-svelte": "^4.0.1", "@tauri-apps/cli": "^2.1.0", "@types/d3": "^7.4.3", "@types/node": "^22.10.5", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.8", "svelte": "^5.2.7", "svelte-check": "^4.0.9", "tslib": "^2.8.1", "typescript": "^5.6.3", "vite": "^5.4.11" } }