zakscode/package.json

30 lines
636 B
JSON
Raw Permalink Normal View History

2019-04-11 16:10:24 -04:00
{
2024-01-03 23:49:28 -05:00
"name": "zakscode",
2024-01-05 15:33:44 -05:00
"version": "1.0.0",
2024-01-03 23:49:28 -05:00
"private": true,
"type": "module",
"scripts": {
2024-01-22 14:23:54 -05:00
"start": "vite",
2024-01-03 23:49:28 -05:00
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"vue": "^3.3.11",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.19.3",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/tsconfig": "^0.5.0",
"bootstrap": "^5.3.2",
"npm-run-all2": "^6.1.1",
"sass": "^1.69.7",
"typescript": "~5.3.0",
"vite": "^5.0.10",
"vue-tsc": "^1.8.25"
}
}