Files
headlessui/packages/playground-react/package.json
T
Robin Malfait c1023f7934 Fix incorrect closing while interacting with third party libraries in Dialog component (#1268)
* ensure to keep the Dialog open when clicking on 3rd party elements

* update playground with a Flatpickr example

* update changelog
2022-03-24 20:02:57 +01:00

24 lines
589 B
JSON

{
"name": "playground-react",
"private": true,
"version": "0.0.0",
"scripts": {
"prebuild": "yarn workspace @headlessui/react build",
"dev:headlessui": "yarn workspace @headlessui/react watch",
"dev:next": "next dev",
"dev": "npm-run-all -p dev:*",
"build": "next build",
"start": "next start",
"clean": "rimraf ./.next"
},
"dependencies": {
"@headlessui/react": "*",
"@popperjs/core": "^2.6.0",
"framer-motion": "^6.0.0",
"next": "^12.0.8",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-flatpickr": "^3.10.9"
}
}