mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-14 19:12:28 +03:00
improve repo structure
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"overlayscrollbars-vue": "file:../../packages/overlayscrollbars-vue",
|
||||
"vue": "^3.2.38"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.56",
|
||||
"@vitejs/plugin-vue": "^3.0.3",
|
||||
"@vitejs/plugin-vue-jsx": "^2.0.1",
|
||||
"@vue/tsconfig": "^0.1.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"typescript": "~4.7.4",
|
||||
"vite": "^3.0.9",
|
||||
"vue-tsc": "^0.40.7"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "run-p type-check build-only",
|
||||
"preview": "vite preview --port 4173",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --noEmit"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user