@helpwave/hightide
Version:
helpwave's component and theming library
90 lines • 2.75 kB
JSON
{
"name": "@helpwave/hightide",
"description": "helpwave's component and theming library",
"author": "helpwave <support@helpwave.de> (https://helpwave.de)",
"homepage": "https://helpwave.de",
"repository": {
"url": "git+https://github.com/helpwave/hightide.git"
},
"license": "MPL-2.0",
"version": "0.8.12",
"files": [
"dist"
],
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"barrel": ".dist/scripts/barrel.js"
},
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./style/globals.css": "./dist/style/globals.css",
"./style/uncompiled/globals.css": "./dist/style/uncompiled/globals.css"
},
"scripts": {
"clean": "rm -rf dist && npm run barrel -- --clean",
"build-intl": "npx build-intl --force -i ./locales -o ./src/i18n/translations.ts -n hightideTranslation",
"build-css": "npx @tailwindcss/cli -i src/style/globals.css -o ./dist/style/globals.css",
"barrel": "node scripts/barrel.js",
"build": "npm run clean && npm run build-intl && npm run barrel && tsup && npm run build-css && cp -R src/style/ ./dist/style/uncompiled/ && cp -R scripts/ ./dist/scripts/",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "eslint .",
"init": "npm run build-intl",
"test": "jest"
},
"dependencies": {
"@helpwave/internationalization": "0.4.0",
"@tailwindcss/cli": "4.1.18",
"@tanstack/react-table": "8.21.3",
"clsx": "2.1.1",
"lucide-react": "0.561.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"tailwindcss": "4.1.18"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@faker-js/faker": "10.1.0",
"@helpwave/eslint-config": "0.0.11",
"@storybook/addon-docs": "10.2.8",
"@storybook/addon-links": "10.2.8",
"@storybook/nextjs": "^10.2.8",
"@tailwindcss/postcss": "4.1.18",
"@types/jest": "30.0.0",
"@types/node": "20.17.10",
"@types/react": "19.2.3",
"@types/react-dom": "19.2.3",
"@types/tinycolor2": "1.4.6",
"@vitest/mocker": "4.0.16",
"autoprefixer": "10.4.23",
"eslint": "9.31.0",
"eslint-plugin-storybook": "10.2.8",
"jest": "30.2.0",
"postcss": "8.5.6",
"storybook": "10.2.8",
"ts-jest": "29.4.5",
"tsup": "8.5.0",
"typescript": "5.7.2",
"webpack": "5.105.2"
},
"keywords": [
"react",
"tailwindcss",
"component-library",
"typscript"
],
"bugs": {
"url": "https://github.com/helpwave/hightide/issues"
},
"overrides": {
"elliptic": "^6.6.1"
}
}