UNPKG

sgod-library-frontend

Version:
83 lines (82 loc) 2.27 kB
{ "name": "sgod-library-frontend", "version": "0.4.0", "description": "Thư viện component UI Frontend", "author": "Ezio Nguyen", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/SGOD-UTH/Library---Frontend.git" }, "keywords": [ "react", "component", "ui", "atomic-design", "tailwind" ], "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "clean": "rimraf dist", "build-lib": "npm run clean && rollup -c --bundleConfigAsCjs", "prepare": "npm run build-lib" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, "dependencies": { "@types/jsonwebtoken": "^9.0.9", "classnames": "^2.3.2", "clsx": "^2.1.1", "jsonwebtoken": "^9.0.2", "mitt": "^3.0.1", "react-hook-form": "^7.56.4", "sonner": "^2.0.3", "tailwind-merge": "^3.3.0", "zod": "^3.25.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^11.0.0", "@storybook/addon-essentials": "^7.6.10", "@storybook/addon-interactions": "^7.6.10", "@storybook/addon-links": "^7.6.10", "@storybook/blocks": "^7.6.10", "@storybook/nextjs": "^7.6.10", "@storybook/react": "^7.6.10", "@storybook/test": "^7.6.10", "@types/node": "^20.11.5", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.16", "eslint": "^8.56.0", "eslint-config-next": "^14.1.0", "eslint-plugin-storybook": "^0.6.15", "next": "^14.1.0", "postcss": "^8.4.33", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.1", "rollup": "^3.25.0", "rollup-plugin-dts": "^5.3.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript-paths": "^1.5.0", "tailwindcss": "^3.3.0", "tsc-alias": "^1.8.16", "typescript": "^5.3.3" } }