2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-11 18:02:27 +03:00

feat!: separate packages

This commit is contained in:
Alexander Shabunevich
2024-04-15 22:07:47 +03:00
parent 685f477fe1
commit 4de44ef888
58 changed files with 1173 additions and 225 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "echo 'No tests, skip'",
"test:coverage": "echo 'No tests, skip'",
"lint": "echo 'No linting, skip'",
"lint:fix": "echo 'No linting, skip'",
"version": "echo 'No version, skip'"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vue": "^3.2.45",
"vue-live": "^2.5.4"
}
}