UNPKG

@carton-org/react-neumorphism

Version:

A React component library implementing the neumorphism design style

77 lines 2.17 kB
{ "name": "@carton-org/react-neumorphism", "private": false, "version": "1.1.13", "description": "A React component library implementing the neumorphism design style", "author": "Carton", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/CartonOrg/react-neumorphism" }, "publishConfig": { "access": "public" }, "keywords": [ "react", "neumorphism", "components", "ui", "design", "emotion" ], "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "sideEffects": false, "dependencies": {}, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", "@emotion/css": "^11.13.5", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "motion": "^12.10.5" }, "devDependencies": { "@emotion/babel-plugin": "^11.13.5", "@eslint/js": "^9.22.0", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@typescript-eslint/eslint-plugin": "^8.31.0", "@typescript-eslint/parser": "^8.31.0", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.22.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-prettier": "^5.2.6", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "prettier": "^3.5.3", "typescript": "~5.7.2", "typescript-eslint": "^8.26.1", "vite": "^6.3.1", "vite-plugin-dts": "^4.5.4" }, "engines": { "node": ">=16" }, "scripts": { "dev": "vite", "build_clean": "rm -rf dist && tsc -b tsconfig.lib.json && vite build && rm -rf dist/_virtual dist/node_modules dist/_virtual.js && find dist -type d -name '_virtual' -exec rm -rf {} + && find dist -type d -name '_node_modules' -exec rm -rf {} +", "build": "rm -rf dist && tsc -b tsconfig.lib.json && vite build", "lint": "ESLINT_USE_FLAT_CONFIG=true eslint . --fix", "preview": "vite preview" } }