react-help-desk-tailwindcss-ts
Version:
Help desk component for React with Tailwindcss in TypeScript
91 lines (90 loc) • 2.55 kB
JSON
{
"name": "react-help-desk-tailwindcss-ts",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@material-tailwind/react": "^2.1.10",
"@tailwindui/react": "^0.1.1",
"@types/node": "^22.9.0",
"classnames": "2.5.1",
"path": "^0.12.7",
"postcss-cli": "^11.0.0",
"postcss-nesting": "^13.0.1",
"react-feather": "^2.0.10",
"react-player": "^2.16.0",
"rimraf": "6.0.1",
"slugify": "1.6.6",
"vite-plugin-dts": "^4.3.0",
"vite-tsconfig-paths": "^5.1.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@chromatic-com/storybook": "3.2.2",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-interactions": "^8.4.4",
"@storybook/blocks": "^8.4.4",
"@storybook/react": "^8.4.4",
"@storybook/react-vite": "^8.4.4",
"@storybook/storybook-deployer": "2.8.16",
"@storybook/test": "^8.4.4",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.0",
"@vitejs/plugin-react": "4.3.3",
"autoprefixer": "^10.4.20",
"globals": "15.12.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"sass-embedded": "1.81.0",
"storybook": "^8.4.4",
"tailwindcss": "^3.4.15",
"typescript": "5.6.3",
"vite": "^5.4.11"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"packageManager": "yarn@4.5.1",
"description": "Help desk component for React with Tailwindcss in TypeScript",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
},
"./styles": "./dist/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rodiano/react-help-desk-tailwindcss-ts.git"
},
"keywords": [
"react",
"help-desk",
"faq",
"support"
],
"author": "Martin Chirazi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rodiano/react-help-desk-tailwindcss-ts/issues"
},
"homepage": "https://github.com/Rodiano/react-help-desk-tailwindcss-ts#readme",
"files": [
"dist"
]
}