mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
set up jsrepo, readme, license
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"build": "npm run build:registry && run-p type-check \"build-only {@}\" --",
|
||||
"build:registry": "jsrepo build --dirs ./src/content --output-dir ./public/components",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build",
|
||||
"lint": "eslint . --fix"
|
||||
"lint": "eslint . --fix",
|
||||
"new:component": "node scripts/generateComponent.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@primeuix/themes": "^1.2.1",
|
||||
@@ -40,6 +42,7 @@
|
||||
"typescript": "~5.8.0",
|
||||
"vite": "^7.0.0",
|
||||
"vite-plugin-vue-devtools": "^7.7.7",
|
||||
"vue-tsc": "^2.2.10"
|
||||
"vue-tsc": "^2.2.10",
|
||||
"jsrepo": "^1.30.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user