add:
- legal .md files
- routers
- home view
- rewrite App.vue
- update footer / header
- update features
This commit is contained in:
austnv
2026-06-07 01:19:02 +03:00
parent eb17a3cd67
commit fa8498ef4c
14 changed files with 435 additions and 45 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
{
"name": "uvpn.shop",
"version": "0.3.1",
"version": "0.4.0",
"private": true,
"type": "module",
"scripts": {
@@ -13,13 +13,16 @@
"@tailwindcss/vite": "^4.3.0",
"@tresjs/cientos": "^5.7.1",
"@tresjs/core": "^5.8.1",
"marked": "^18.0.5",
"swiper": "^12.1.4",
"tailwindcss": "^4.3.0",
"three": "^0.184.0",
"vue": "^3.5.32",
"vue-router": "^4.6.4",
"vue3-simple-icons": "^16.10.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@vitejs/plugin-vue": "^6.0.6",
"vite": "^8.0.8",
"vite-plugin-vue-devtools": "^8.1.1"