mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-18 06:48:51 +08:00
chore: release v1.0.7-beta.2
This commit is contained in:
parent
d3a4d54938
commit
64abbba614
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rayine-ui",
|
"name": "rayine-ui",
|
||||||
"version": "1.0.7-beta.1",
|
"version": "1.0.7-beta.2",
|
||||||
"description": "RayineSoft UI Components",
|
"description": "RayineSoft UI Components",
|
||||||
"repository": "HoshinoSuzumi/rayine-ui",
|
"repository": "HoshinoSuzumi/rayine-ui",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"prepack": "nuxt-module-build build",
|
"prepack": "nuxt-module-build build",
|
||||||
"dev": "nuxi dev docs",
|
"dev": "nuxi dev docs",
|
||||||
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs",
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs",
|
||||||
"build:docs" : "nuxi generate docs",
|
"build:docs": "nuxi generate docs",
|
||||||
"play": "nuxi dev playground",
|
"play": "nuxi dev playground",
|
||||||
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
|
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
@ -32,6 +32,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/kit": "^3.14.159",
|
"@nuxt/kit": "^3.14.159",
|
||||||
"@nuxtjs/tailwindcss": "^6.12.2",
|
"@nuxtjs/tailwindcss": "^6.12.2",
|
||||||
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||||
|
"@tailwindcss/typography": "^0.5.15",
|
||||||
"defu": "^6.1.4",
|
"defu": "^6.1.4",
|
||||||
"pathe": "^1.1.2",
|
"pathe": "^1.1.2",
|
||||||
"scule": "^1.3.0",
|
"scule": "^1.3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user