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

29 lines
675 B
JSON
Raw Normal View History

2019-04-09 13:31:15 +02:00
{
"name": "devicedetector.net",
"version": "0.1.0",
"private": true,
"scripts": {
2022-03-08 22:53:33 +01:00
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"buildonly": "vite build",
"preview": "vite preview"
2019-04-09 13:31:15 +02:00
},
"dependencies": {
2023-01-06 18:46:29 +01:00
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"bootstrap-vue-3": "^0.5.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
2019-04-09 13:31:15 +02:00
},
"devDependencies": {
2023-01-06 18:46:29 +01:00
"@vitejs/plugin-vue": "^4.0.0",
2022-03-08 22:53:33 +01:00
"sass": "^1.49.9",
"typescript": "^4.5.4",
2023-01-06 18:46:29 +01:00
"unplugin-vue-components": "^0.22.12",
2022-07-04 21:57:59 +02:00
"user-agent-data-types": "^0.3.0",
2023-01-06 18:46:29 +01:00
"vite": "^4.0.4",
"vite-plugin-rewrite-all": "^1.0.1",
"vue-tsc": "^1.0.20"
2019-04-09 13:31:15 +02:00
}
}