{ "name": "xsl-tools", "version": "0.3.2", "private": true, "type": "module", "description": "Browser-only XSLT workbench for local XML/XSLT transformations.", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "typecheck": "tsc --noEmit", "lint": "eslint .", "format": "prettier --write .", "format:check": "prettier --check .", "test": "vitest run --environment jsdom", "test:watch": "vitest --environment jsdom", "check": "npm run typecheck && npm run lint && npm run test && npm run build", "lint:fix": "eslint . --fix", "clean": "rm -rf dist node_modules/.vite coverage" }, "dependencies": { "@codemirror/commands": "^6.8.1", "@codemirror/lang-xml": "^6.1.0", "@codemirror/lint": "^6.8.5", "@codemirror/search": "^6.5.10", "@codemirror/state": "^6.5.2", "@codemirror/view": "^6.38.3", "bootstrap-icons": "^1.11.3", "codemirror": "^6.0.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, "devDependencies": { "@eslint/js": "^10.0.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/node": "^25.8.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.2", "eslint": "^10.4.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.6.0", "jsdom": "^29.1.1", "prettier": "^3.8.3", "typescript": "^6.0.3", "typescript-eslint": "^8.59.3", "vite": "^8.0.13", "vitest": "^4.1.6" } }