UNPKG

react-n-design

Version:

react-n-design: A modern, lightweight, and animated modern React component library.

80 lines (79 loc) 2.31 kB
{ "name": "react-n-design", "version": "0.2.1", "license": "MIT", "private": false, "description": "react-n-design: A modern, lightweight, and animated modern React component library.", "repository": { "type": "git", "url": "https://github.com/SoumyoNawab8/react-n-design.git" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "scripts": { "dev": "storybook dev -p 6006", "build": "npm run clean && npm run build:rollup && npm run build:types:safe", "build:rollup": "rollup -c", "build:types": "tsc --project tsconfig.build.json", "build:types:safe": "tsc --project tsconfig.build.json --noEmitOnError false || echo 'TypeScript warnings present but build continues'", "clean": "rimraf dist", "build-storybook": "storybook build", "prepublishOnly": "npm run build" }, "dependencies": {}, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@storybook/addon-essentials": "^8.1.10", "@storybook/addon-interactions": "^8.1.10", "@storybook/addon-links": "^8.1.10", "@storybook/addon-styling": "^2.0.0", "@storybook/react": "^8.1.10", "@storybook/react-vite": "^8.1.10", "@types/node": "^20.14.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "rimraf": "^5.0.5", "rollup": "^4.12.0", "rollup-plugin-peer-deps-external": "^2.2.4", "storybook": "^8.1.10", "typescript": "^5.4.5" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0", "styled-components": ">=5.0.0", "framer-motion": ">=6.0.0", "react-icons": ">=4.0.0" }, "peerDependenciesMeta": { "framer-motion": { "optional": true }, "react-icons": { "optional": true } }, "keywords": [ "react", "n-design", "react-n-design", "ui", "neomorphism", "components", "design-system" ] }