mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 14:30:24 +01:00
83 lines
2.5 KiB
JSON
83 lines
2.5 KiB
JSON
{
|
|
"name": "@yaakapp/app",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev --force",
|
|
"build": "vite build",
|
|
"lint": "tsc --noEmit && eslint . --ext .ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "6.7.0",
|
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/lang-xml": "^6.0.2",
|
|
"@codemirror/language": "^6.6.0",
|
|
"@codemirror/search": "^6.2.3",
|
|
"@lezer/highlight": "^1.1.3",
|
|
"@lezer/lr": "^1.3.3",
|
|
"@react-hook/resize-observer": "^2.0.2",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tanstack/react-query": "^5.55.4",
|
|
"@tauri-apps/api": "^2.0.1",
|
|
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
|
|
"@tauri-apps/plugin-dialog": "^2.0.0",
|
|
"@tauri-apps/plugin-fs": "^2.0.0",
|
|
"@tauri-apps/plugin-log": "^2.0.0",
|
|
"@tauri-apps/plugin-os": "^2.0.0",
|
|
"@tauri-apps/plugin-shell": "^2.0.0",
|
|
"buffer": "^6.0.3",
|
|
"classnames": "^2.5.1",
|
|
"cm6-graphql": "^0.0.9",
|
|
"codemirror": "^6.0.1",
|
|
"codemirror-json-schema": "^0.6.1",
|
|
"date-fns": "^3.6.0",
|
|
"eventemitter3": "^5.0.1",
|
|
"fast-fuzzy": "^1.12.0",
|
|
"focus-trap-react": "^10.2.3",
|
|
"format-graphql": "^1.5.0",
|
|
"framer-motion": "^11.5.4",
|
|
"jotai": "^2.9.3",
|
|
"lucide-react": "^0.439.0",
|
|
"mime": "^4.0.4",
|
|
"papaparse": "^5.4.1",
|
|
"parse-color": "^1.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-helmet-async": "^2.0.5",
|
|
"react-pdf": "^9.1.0",
|
|
"react-router-dom": "^6.26.2",
|
|
"react-use": "^17.5.1",
|
|
"slugify": "^1.6.6",
|
|
"uuid": "^10.0.0",
|
|
"xml-formatter": "^3.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@lezer/generator": "^1.7.1",
|
|
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
|
|
"@tanstack/react-query-devtools": "^5.55.4",
|
|
"@types/node": "^22.5.4",
|
|
"@types/papaparse": "^5.3.14",
|
|
"@types/parse-color": "^1.0.3",
|
|
"@types/parse-json": "^4.0.2",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/uuid": "^10.0.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"decompress": "^4.2.1",
|
|
"internal-ip": "^8.0.0",
|
|
"postcss": "^8.4.45",
|
|
"postcss-nesting": "^13.0.0",
|
|
"react-devtools": "^5.3.1",
|
|
"tailwindcss": "^3.4.10",
|
|
"vite": "^5.4.6",
|
|
"vite-plugin-static-copy": "^1.0.6",
|
|
"vite-plugin-svgr": "^4.2.0",
|
|
"vite-plugin-top-level-await": "^1.4.4"
|
|
}
|
|
}
|