vue-mateilwind
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "vue-mateilwind", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Vue 3 components library based on TypeScript", | ||
@@ -18,3 +18,3 @@ "author": { | ||
}, | ||
"types": "src/types/index.d.ts", | ||
"types": "src/types/main.d.ts", | ||
"private": false, | ||
@@ -26,2 +26,7 @@ "license": "MIT", | ||
], | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"serve": "vite preview" | ||
}, | ||
"dependencies": { | ||
@@ -33,4 +38,3 @@ "@vueuse/core": "^6.7.5", | ||
"vue": "^3.2.16", | ||
"vue-i18n": "^9.2.0-beta.17", | ||
"vue-router": "^4.0.12" | ||
"vue-i18n": "^9.2.0-beta.17" | ||
}, | ||
@@ -42,6 +46,3 @@ "devDependencies": { | ||
"@vitejs/plugin-vue": "^1.9.4", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.1.0", | ||
"https-localhost": "^4.7.0", | ||
"pnpm": "^6.20.2", | ||
"sass": "^1.43.4", | ||
@@ -56,8 +57,3 @@ "typescript": "^4.4.3", | ||
"windicss": "^3.2.1" | ||
}, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vue-tsc --noEmit && vite build", | ||
"serve": "vite preview" | ||
} | ||
} | ||
} |
293122
6
14
73
4981
- Removedvue-router@^4.0.12
- Removedvue-router@4.5.0(transitive)