diff options
Diffstat (limited to 'packages/ui/package.json')
-rw-r--r-- | packages/ui/package.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json new file mode 100644 index 0000000..e79d4c0 --- /dev/null +++ b/packages/ui/package.json @@ -0,0 +1,51 @@ +{ + "name": "@polyfrost/ui", + "version": "0.0.0", + "main": "src/index.ts", + "types": "src/index.ts", + "exports": { + ".": "./src/index.ts", + "./src/forms": "./src/forms/index.ts", + "./postcss": "./style/postcss.config.js", + "./tailwind": "./style/tailwind.js", + "./style": "./style/index.js", + "./style/style.scss": "./style/style.scss", + "./package.json": "./package.json" + }, + "scripts": { + "lint": "eslint src --cache", + "typecheck": "tsc -b" + }, + "dependencies": { + "@headlessui/react": "^1.7.17", + "@headlessui/tailwindcss": "^0.1.1", + "@react-spring/web": "^9.7.3", + "@polyfrost/assets": "workspace:*", + "@tailwindcss/forms": "^0.5.6", + "class-variance-authority": "^0.7.0", + "clsx": "^2.0.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-router-dom": "^6.16.0", + "sonner": "^1.0.3", + "tailwindcss-radix": "^2.8.0", + "ts-pattern": "^5.0.5", + "use-debounce": "^9.0.4", + "zod": "^3.22.4" + }, + "devDependencies": { + "@babel/core": "^7.23.2", + "@polyfrost/config": "workspace:*", + "@storybook/types": "^7.4.6", + "@tailwindcss/typography": "^0.5.10", + "@types/node": "~18.17.19", + "@types/react": "^18.2.28", + "@types/react-dom": "^18.2.13", + "autoprefixer": "^10.4.16", + "postcss": "^8.4.31", + "sass": "^1.69.3", + "tailwindcss": "^3.3.3", + "tailwindcss-animate": "^1.0.7", + "typescript": "^5.2.2" + } +} |