UNPKG

website-templates

Version:

A React component for an Website Templates styled with Tailwind CSS

74 lines (73 loc) 2.06 kB
{ "name": "website-templates", "version": "1.7.1", "description": "A React component for an Website Templates styled with Tailwind CSS", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "src/styles.css" ], "scripts": { "build": "rollup -c", "test": "jest", "prepublishOnly": "npm run build", "commit": "cz" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, "dependencies": { "@phosphor-icons/react": "^2.1.7", "@radix-ui/react-slot": "^1.1.1", "@rollup/plugin-image": "^3.0.3", "class-variance-authority": "^0.6.1", "clsx": "^1.2.1", "framer-motion": "^11.18.1", "js-cookie": "^3.0.5", "lucide-react": "^0.474.0", "metal-price-live": "^0.3.3", "next": "^15.3.2", "tailwind-merge": "^1.13.2" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-typescript": "^8.3.2", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^12.0.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.0.0", "@types/js-cookie": "^3.0.6", "@types/next": "^8.0.7", "@types/react": "^18.0.0", "autoprefixer": "^10.4.14", "jest": "^29.0.0", "jest-environment-jsdom": "^29.0.0", "jwt-decode": "^4.0.0", "postcss": "^8.4.24", "react": "^18.0.0", "react-dom": "^18.0.0", "rollup": "^2.75.5", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "semantic-release": "^24.2.4", "tailwindcss": "^3.3.2", "tailwindcss-animate": "^1.0.6", "typescript": "^4.7.3" }, "keywords": [ "dream", "website", "templates", "tailwindcss" ], "author": "Saleh Shakib", "license": "ISC" }