Skip to content

Commit

Permalink
feat(Validation): Formkit and formkit-primevue added
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed May 25, 2022
1 parent 471f135 commit 085c6e1
Show file tree
Hide file tree
Showing 8 changed files with 1,172 additions and 875 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ THX to [antfu / Vitesse](https://github.com/antfu/vitesse) for starter code
- Pina as Store / CachedPiniaStore for effective data caching
- Validation with Vuelidate 2
- PrimeVue with Theme: Sakai (Free Admin Template)
- Validation, PrimeVue Form elements by [formkit-primevue](https://github.com/sfxcode/formkit-primevue)
- Markdown Support (VitePages)
- TypeScript 4.5
- UnoCSS
Expand Down
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-primevue-starter",
"version": "1.1.14",
"version": "1.2.0",
"license": "MIT",
"scripts": {
"dev": "vite --port 3333 --open",
Expand All @@ -16,6 +16,7 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@sfxcode/formkit-primevue": "^0.5.3",
"@vuelidate/core": "^2.0.0-alpha.41",
"@vuelidate/validators": "^2.0.0-alpha.29",
"@vueuse/core": "^8.5.0",
Expand All @@ -29,47 +30,47 @@
"primeicons": "^5.0.0",
"primevue": "^3.12.6",
"prism-theme-vars": "^0.2.3",
"vue": "^3.2.34",
"vue": "^3.2.36",
"vue-demi": "^0.12.5",
"vue-i18n": "^9.2.0-beta.35",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.1",
"@antfu/eslint-config": "^0.24.2",
"@cypress/vite-dev-server": "^2.2.3",
"@iconify/json": "^2.1.46",
"@iconify/json": "^2.1.48",
"@intlify/vite-plugin-vue-i18n": "3.4.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@unocss/preset-attributify": "^0.33.5",
"@unocss/preset-icons": "^0.33.5",
"@unocss/preset-typography": "^0.33.5",
"@unocss/preset-attributify": "^0.34.1",
"@unocss/preset-icons": "^0.34.1",
"@unocss/preset-typography": "^0.34.1",
"@vitejs/plugin-vue": "^2.3.3",
"@vitest/ui": "^0.12.6",
"@vue/server-renderer": "^3.2.34",
"@vue/test-utils": "^2.0.0-rc.21",
"@vitest/ui": "^0.12.9",
"@vue/server-renderer": "^3.2.36",
"@vue/test-utils": "^2.0.0",
"@vuedx/typecheck": "~0.7.5",
"@vuedx/typescript-plugin-vue": "~0.7.5",
"autoprefixer": "^10.4.7",
"c8": "^7.11.3",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^9.6.1",
"eslint": "^8.15.0",
"cypress": "^9.7.0",
"eslint": "^8.16.0",
"eslint-plugin-cypress": "^2.12.1",
"happy-dom": "*",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-prism": "^2.2.4",
"pnpm": "^7.1.0",
"pnpm": "^7.1.5",
"postcss": "^8.4.14",
"postcss-nesting": "^10.1.6",
"postcss-nesting": "^10.1.7",
"rxjs": "^7.5.5",
"sass": "^1.51.0",
"sass": "^1.52.1",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"unocss": "^0.33.5",
"unplugin-auto-import": "^0.7.2",
"typescript": "^4.7.2",
"unocss": "^0.34.1",
"unplugin-auto-import": "^0.8.4",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"vite-plugin-inspect": "^0.5.0",
Expand All @@ -79,8 +80,8 @@
"vite-plugin-restart": "^0.1.1",
"vite-plugin-vue-layouts": "^0.6.0",
"vite-ssg": "^0.20.0",
"vitest": "^0.12.6",
"vue-tsc": "^0.34.15",
"vitest": "^0.12.9",
"vue-tsc": "^0.34.16",
"wait-on": "~6.0.1"
}
}
Loading

0 comments on commit 085c6e1

Please sign in to comment.