c1023f7934
* ensure to keep the Dialog open when clicking on 3rd party elements * update playground with a Flatpickr example * update changelog
24 lines
589 B
JSON
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"
|
|
}
|
|
}
|