feat: release v1.0.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "blog-admin",
|
||||
"name": "react-tmpl",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
@@ -11,9 +11,11 @@
|
||||
"preview": "vite preview",
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"format": "prettier --write src/",
|
||||
"type-check": "vue-tsc --build"
|
||||
"type-check": "vue-tsc --build",
|
||||
"deploy": "./scripts/deploy.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@base-ui/react": "^1.6.0",
|
||||
"@hookform/resolvers": "^5.4.0",
|
||||
"@mantine/hooks": "^9.4.1",
|
||||
"@radix-ui/react-collapsible": "^1.1.15",
|
||||
|
||||
Reference in New Issue
Block a user