1
0
Fork 0
mirror of https://github.com/Findus23/HNReader.git synced 2024-09-19 15:23:44 +02:00
HNReader/web/package.json

22 lines
442 B
JSON
Raw Normal View History

2021-04-08 22:29:27 +02:00
{
"name": "hnclient-web",
"scripts": {
2022-03-01 21:51:59 +01:00
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"buildonly": "vite build",
"preview": "vite preview"
2021-04-08 22:29:27 +02:00
},
"dependencies": {
2023-03-08 15:52:50 +01:00
"vue": "^3.2.45",
"vue-router": "^4.1.6"
2021-04-08 22:29:27 +02:00
},
"devDependencies": {
2023-03-08 15:52:50 +01:00
"@types/node": "^18.11.9",
"@vitejs/plugin-vue": "^4.0.0",
"sass": "^1.56.1",
"typescript": "^4.9.3",
"vite": "^4.1.4",
2022-11-18 23:34:59 +01:00
"vue-tsc": "^1.0.9"
2021-04-08 22:29:27 +02:00
}
}