mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-04 16:48:51 +08:00
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "rayine-ui",
|
|
"version": "1.3.9",
|
|
"description": "RayineSoft UI Components",
|
|
"repository": "HoshinoSuzumi/rayine-ui",
|
|
"homepage": "https://rayui.uniiem.com",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/types.d.ts",
|
|
"import": "./dist/module.mjs",
|
|
"require": "./dist/module.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/module.cjs",
|
|
"types": "./dist/types.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "nuxt-module-build build",
|
|
"dev": "nuxi dev docs",
|
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs",
|
|
"build:docs": "nuxi generate docs",
|
|
"play": "nuxi dev playground",
|
|
"release": "release-it",
|
|
"lint": "eslint .",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest watch",
|
|
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/svg-spinners": "^1.2.1",
|
|
"@iconify-json/tabler": "^1.2.8",
|
|
"@nuxt/icon": "^1.8.2",
|
|
"@nuxt/kit": "^3.14.159",
|
|
"@nuxtjs/tailwindcss": "^6.12.2",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"defu": "^6.1.4",
|
|
"pathe": "^1.1.2",
|
|
"scule": "^1.3.0",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwindcss": "^3.4.15"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/devtools": "^1.6.0",
|
|
"@nuxt/eslint-config": "^0.7.0",
|
|
"@nuxt/module-builder": "^0.8.4",
|
|
"@nuxt/schema": "^3.14.159",
|
|
"@nuxt/test-utils": "^3.14.4",
|
|
"@release-it/conventional-changelog": "^9.0.3",
|
|
"@types/node": "latest",
|
|
"changelogen": "^0.5.7",
|
|
"eslint": "^9.15.0",
|
|
"nuxt": "^3.14.159",
|
|
"release-it": "^17.10.0",
|
|
"release-it-pnpm": "^4.6.3",
|
|
"typescript": "^5.6.3",
|
|
"vitest": "^2.1.5",
|
|
"vue-tsc": "^2.1.10"
|
|
},
|
|
"resolutions": {
|
|
"rayine-ui": "workspace:*",
|
|
"typescript": "5.6.3"
|
|
}
|
|
} |