dirheimerb / headlessui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"react": "npm run --workspace=@headlessui/react", "react-playground": "npm run --workspace=playground-react dev", "playground-react": "npm run --workspace=playground-react dev", "vue": "npm run --workspace=@headlessui/vue", "playground-vue": "npm run --workspace=playground-vue dev", "vue-playground": "npm run --workspace=playground-vue dev", "clean": "npm run clean --workspaces --if-present", "build": "npm-run-all -p 'react build' 'vue build'", "test": "./scripts/test.sh", "lint": "./scripts/lint.sh", "lint-check": "CI=true ./scripts/lint.sh", "lint-types": "CI=true npm run lint-types --workspaces --if-present", "release-channel": "node ./scripts/release-channel.js", "release-notes": "node ./scripts/release-notes.js", "package-path": "node ./scripts/package-path.js"

About

License:MIT License


Languages

Language:TypeScript 99.3%Language:JavaScript 0.5%Language:Shell 0.2%