* chore: upgrade to turbo v2 and reduce ci quality gate runtime * chore: upgrade to yarn v4 and deprecate turborepo * chore: reconfigure modules and fix tests * chore: switch to github-hosted runner * fix: dependency resolving * chore: clean redundant step * chore: headless test * chore: remove headed param * fix: resolve dependency version * fix: ubuntu no-sandbox test --------- Co-authored-by: Hien To <tominhhien97@gmail.com> Co-authored-by: Louis <louis@jan.ai>
78 lines
2.2 KiB
JSON
78 lines
2.2 KiB
JSON
{
|
|
"name": "@janhq/joi",
|
|
"version": "0.0.0",
|
|
"main": "dist/esm/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"description": "A collection of UI component",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"design-system"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/codecentrum/piksel#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/codecentrum/piksel.git"
|
|
},
|
|
"bugs": "https://github.com/codecentrum/piksel/issues",
|
|
"scripts": {
|
|
"dev": "rollup -c -w",
|
|
"build": "rimraf ./dist || true && rollup -c",
|
|
"test": "jest"
|
|
},
|
|
"peerDependencies": {
|
|
"class-variance-authority": "^0.7.0",
|
|
"react": "^18",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-slider": "^1.1.2",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@types/jest": "^29.5.12",
|
|
"autoprefixer": "10.4.16",
|
|
"jest": "^29.7.0",
|
|
"rollup-plugin-sass": "^1.14.0",
|
|
"tailwind-merge": "^2.2.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"ts-jest": "^29.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
"@rollup/plugin-terser": "0.4.4",
|
|
"@testing-library/dom": "10.4.0",
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
"@testing-library/react": "^16.0.1",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^19",
|
|
"class-variance-authority": "^0.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"jest-transform-css": "^6.0.1",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-tailwindcss": "^0.5.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"rimraf": "^6.0.1",
|
|
"rollup": "4.12.0",
|
|
"rollup-plugin-bundle-size": "1.0.3",
|
|
"rollup-plugin-commonjs": "10.1.0",
|
|
"rollup-plugin-copy": "3.5.0",
|
|
"rollup-plugin-dts": "6.1.0",
|
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
"rollup-plugin-postcss": "4.0.2",
|
|
"rollup-plugin-typescript2": "0.36.0",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"packageManager": "yarn@4.5.3"
|
|
}
|