Files
headlessui/packages/playground-react/package.json
T
Jordan Pittman c25e2e6036 Fix CJS types (#2880)
* Fix Vue type error

* Add separate CTS types

* Add “Are The Types Wrong” CLI

* wip

* Bump node versions in workflows

* wip

* wip

* wip

* yolo

* yolo (again?)

* wip

* wip
2023-12-12 11:43:34 -05:00

38 lines
1.1 KiB
JSON

{
"name": "playground-react",
"private": true,
"version": "0.0.0",
"scripts": {
"prebuild": "yarn workspace @headlessui/react build && yarn workspace @headlessui/tailwindcss build",
"predev": "yarn workspace @headlessui/react build && yarn workspace @headlessui/tailwindcss build",
"dev:tailwindcss": "yarn workspace @headlessui/tailwindcss watch",
"dev:headlessui": "yarn workspace @headlessui/react watch",
"dev:next": "next dev",
"dev": "npm-run-all -p dev:*",
"build": "next build",
"start": "next start",
"lint-types": "echo",
"clean": "rimraf ./.next"
},
"dependencies": {
"@headlessui/react": "*",
"@headlessui/tailwindcss": "*",
"@heroicons/react": "^1.0.6",
"@popperjs/core": "^2.6.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"framer-motion": "^6.0.0",
"next": "^12.1.4",
"postcss": "^8.4.14",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-flatpickr": "^3.10.9",
"react-hot-toast": "2.3.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@floating-ui/react": "^0.24.8"
}
}