UNPKG

shadcn-theme-editor

Version:
77 lines (76 loc) 2.11 kB
{ "name": "shadcn-theme-editor", "version": "1.4.3", "description": "Shadcn Theme Editor", "module": "dist/index.mjs", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/programming-with-ia/shadcn-theme-editor.git" }, "bugs": { "url": "https://github.com/programming-with-ia/shadcn-theme-editor/issues" }, "homepage": "https://github.com/programming-with-ia/shadcn-theme-editor#readme", "scripts": { "build": "rollup -c --bundleConfigAsCjs && python ./update-css-file.py && npm link && npm pack", "test": "echo \"Error: no test specified\" && exit 1", "release": "release-it", "clean": "rimraf dist" }, "keywords": [ "shadcn-theme-editor", "shadcn theme editor", "shadcn", "shadcn-ui", "theme", "color", "next-themes", "shadcn-ui", "theme-edit", "customization", "personalization", "colord", "theme-customization" ], "author": "immi", "license": "MIT", "peerDependencies": { "class-variance-authority": "*", "clsx": "*", "next-themes": "*", "react": "*", "react-dom": "*" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/lodash.debounce": "^4.0.9", "@types/react": "^18.3.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "next-themes": "^0.3.0", "react": "^18.3.1", "release-it": "^17.6.0", "rollup": "^4.18.1", "rollup-plugin-banner2": "^1.3.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-preserve-directives": "^0.4.0", "tailwindcss": "^3.4.9", "tailwindcss-animate": "^1.0.7", "tslib": "^2.6.3", "typescript": "^5.5.3" }, "dependencies": { "@radix-ui/react-slot": "^1.1.0", "colord": "^2.9.3", "emittor": "^0.1.0", "lodash.debounce": "^4.0.8", "zod": "^3.23.8" } }