entropretty-editor
Version:
Web Editor for Entropretty Scripts
76 lines • 2.04 kB
JSON
{
"name": "entropretty-editor",
"version": "1.0.21",
"type": "module",
"main": "./dist/entropretty-editor.umd.cjs",
"module": "./dist/entropretty-editor.js",
"exports": {
".": {
"types": "./dist/entropretty-editor.d.ts",
"import": "./dist/entropretty-editor.js",
"require": "./dist/entropretty-editor.umd.cjs"
},
"./entropretty-editor.css": "./dist/entropretty-editor.css"
},
"description": "Web Editor for Entropretty Scripts",
"license": "MIT",
"keywords": [
"entropretty",
"typescript",
"editor"
],
"homepage": "https://github.com/peetzweg/entropretty-tools",
"bugs": {
"url": "https://github.com/peetzweg/entropretty-tools/issues"
},
"author": "peetzweg",
"repository": {
"type": "git",
"url": "git+https://github.com/peetzweg/entropretty-tools.git"
},
"files": [
"dist"
],
"dependencies": {
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"lucide-react": "^0.471.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss": "^3.4.17",
"zustand": "^4.5.5",
"entropretty-utils": "1.1.0"
},
"peerDependencies": {
"react": "18",
"react-dom": "^18"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/node": "^22.10.5",
"@types/react-dom": "^18.3.5",
"@types/react": "^18.3.18",
"autoprefixer": "^10.4.20",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"typescript-eslint": "^8.19.1",
"typescript": "^5.7.3",
"vite-plugin-dts": "^4.5.0",
"vite": "^6.0.7"
},
"scripts": {
"dev": "vite",
"watch": "vite build --watch",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
}
}