mirror of
https://github.com/tenrok/maska.git
synced 2026-05-15 11:59:38 +03:00
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|