@papernote/ui
Version:
A modern React component library with a paper notebook aesthetic - minimal, professional, and expressive
114 lines (113 loc) • 3.27 kB
JSON
{
"name": "@papernote/ui",
"version": "1.7.7",
"type": "module",
"description": "A modern React component library with a paper notebook aesthetic - minimal, professional, and expressive",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"tailwind.config.js",
"README.md"
],
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./styles": "./dist/styles.css",
"./styles.css": "./dist/styles.css",
"./tailwind-config": "./tailwind.config.js"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build",
"prerelease": "bash scripts/pre-publish-check.sh",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"docs:dev": "vitepress dev docs-site",
"docs:build": "vitepress build docs-site",
"docs:preview": "vitepress preview docs-site"
},
"peerDependencies": {
"lucide-react": "^0.553.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@storybook/addon-a11y": "^10.0.8",
"@storybook/addon-docs": "^10.0.8",
"@storybook/react-vite": "^10.0.8",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.0.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-hooks": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"lucide-react": "^0.554.0",
"postcss": "^8.4.0",
"postcss-import": "^16.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.6",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"storybook": "^10.0.8",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.4.5",
"tslib": "^2.6.0",
"typescript": "^5.0.0",
"vite": "^7.2.4",
"vitepress": "^1.6.4"
},
"keywords": [
"react",
"components",
"ui",
"design-system",
"tailwind",
"typescript",
"notebook",
"paper-aesthetic",
"minimal",
"professional"
],
"author": "kwhittenberger",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kwhittenberger/papernote-ui.git"
},
"homepage": "https://github.com/kwhittenberger/papernote-ui#readme",
"bugs": {
"url": "https://github.com/kwhittenberger/papernote-ui/issues"
},
"dependencies": {
"react-spreadsheet": "^0.10.1",
"xlsx": "^0.18.5"
}
}