1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-19 15:43:46 +02:00
devicedetector.net/client/package.json
2023-08-29 21:37:26 +02:00

28 lines
674 B
JSON

{
"name": "devicedetector.net",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"buildonly": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"bootstrap-vue-3": "^0.5.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"sass": "^1.49.9",
"typescript": "^5.1.3",
"unplugin-vue-components": "^0.25.1",
"user-agent-data-types": "^0.3.0",
"vite": "^4.0.4",
"vite-plugin-rewrite-all": "^1.0.1",
"vue-tsc": "^1.0.20"
}
}