mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
test: setup
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
"dev:build": "nuxi build playground",
|
||||
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
||||
"lint": "eslint .",
|
||||
"typecheck": "vue-tsc --noEmit"
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/kit": "^3.10.3",
|
||||
@@ -37,9 +38,14 @@
|
||||
"@nuxt/eslint-config": "^0.2.0",
|
||||
"@nuxt/module-builder": "^0.5.5",
|
||||
"@nuxt/schema": "^3.10.3",
|
||||
"@nuxt/test-utils": "^3.11.0",
|
||||
"@vue/test-utils": "^2.4.4",
|
||||
"eslint": "^8.57.0",
|
||||
"happy-dom": "^13.6.2",
|
||||
"nuxt": "npm:nuxt-nightly@pr-26085",
|
||||
"ohash": "^1.1.3",
|
||||
"vitest": "^1.3.1",
|
||||
"vitest-environment-nuxt": "^1.0.0",
|
||||
"vue": "^3.4.21",
|
||||
"vue-router": "^4.3.0",
|
||||
"vue-tsc": "^2.0.5"
|
||||
|
||||
Reference in New Issue
Block a user