@violetprotocol/nudge-components
Version:
Components for Nudge's websites and applications.
86 lines (85 loc) • 2.53 kB
JSON
{
"name": "@violetprotocol/nudge-components",
"version": "0.0.100",
"description": "Components for Nudge's websites and applications.",
"type": "module",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"Tailwind",
"Storybook",
"Vite",
"React Testing Library",
"Typescript",
"Vitest"
],
"author": "Nudge",
"license": "MIT",
"sideEffects": false,
"scripts": {
"dev": "storybook dev -p 5000",
"prebuild": "tsc",
"build": "vite build && tsc --emitDeclarationOnly",
"build-and-publish": "pnpm run build && npm publish --access public",
"test": "vitest",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"build-storybook": "storybook build"
},
"main": "dist/cjs/index.cjs.js",
"module": "dist/es/index.esm.js",
"types": "dist/src/index.d.ts",
"exports": {
".": {
"import": "./dist/es/index.esm.js",
"require": "./dist/cjs/index.cjs.js",
"types": "./dist/src/index.d.ts"
},
"./style.css": "./dist/es/style.css",
"./dist/style.css": "./dist/es/style.css"
},
"peerDependencies": {
"@material-tailwind/react": "^2.1.9",
"tailwindcss": "^3.4.3",
"clsx": "^2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.1",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-interactions": "^8.0.6",
"@storybook/addon-links": "^8.0.6",
"@storybook/addon-onboarding": "^8.0.6",
"@storybook/addon-themes": "^8.0.6",
"@storybook/blocks": "^8.0.6",
"@storybook/react": "^8.0.6",
"@storybook/react-vite": "^8.0.6",
"@storybook/test": "^8.0.6",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^14.2.2",
"@types/react": "18.2.19",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"install": "^0.13.0",
"jsdom": "^24.0.0",
"npm": "^10.8.1",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"rollup-preserve-directives": "^1.1.2",
"storybook": "^8.0.6",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.4.0"
}
}