Files
ui/package.json
Benjamin Canac b67fddeef8 test: setup
2024-03-06 12:40:34 +01:00

54 lines
1.3 KiB
JSON

{
"name": "nuxt-ui3",
"private": true,
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"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",
"test": "vitest"
},
"dependencies": {
"@nuxt/kit": "^3.10.3",
"@nuxtjs/tailwindcss": "^6.11.4",
"autoprefixer": "^10.4.18",
"defu": "^6.1.4",
"nuxt-icon": "^0.6.8",
"postcss": "^8.4.35",
"radix-vue": "^1.4.9",
"tailwind-variants": "^0.2.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@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"
}
}