@ieltsrealtest/ui
Version:
Reusable UI components for IELTS Real Test platform, built with React and TypeScript.
56 lines (55 loc) • 1.4 kB
JSON
{
"name": "@ieltsrealtest/ui",
"version": "1.0.59",
"description": "Reusable UI components for IELTS Real Test platform, built with React and TypeScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/eye-code-team/IELTSrealtest_UI.git"
},
"author": "EyeCode Team",
"license": "MIT",
"keywords": [
"react",
"components",
"ui",
"typescript",
"ielts",
"ieltsrealtest"
],
"peerDependencies": {
"next": ">=14.0.0 <16.0.0",
"react": ">=18.0.0 <20.0.0",
"react-dom": ">=18.0.0 <20.0.0",
"react-icons": ">=4.0.0 <6.0.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^22.15.31",
"@types/react": "*",
"@types/react-dom": "*",
"next": "^15.3.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@radix-ui/react-dialog": "^1.1.15",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"lucide-react": "^0.514.0",
"tailwind-merge": "^3.3.0"
}
}