Skip to content

Commit

Permalink
chore: update pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Dec 20, 2023
1 parent 758241f commit 8807694
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
"url": "https://github.com/zyyv/unplugin-unocss-config/issues"
},
"keywords": [
"unpreset",
"unocss",
"unocss-config",
"unplugin",
"vite",
"webpack",
"rollup",
"transform",
"unocss",
"unpreset"
"nuxt-module"
],
"exports": {
".": {
Expand All @@ -35,21 +34,6 @@
"import": "./dist/vite.js",
"require": "./dist/vite.cjs"
},
"./webpack": {
"types": "./dist/webpack.d.ts",
"import": "./dist/webpack.js",
"require": "./dist/webpack.cjs"
},
"./rollup": {
"types": "./dist/rollup.d.ts",
"import": "./dist/rollup.js",
"require": "./dist/rollup.cjs"
},
"./esbuild": {
"types": "./dist/esbuild.d.ts",
"import": "./dist/esbuild.js",
"require": "./dist/esbuild.cjs"
},
"./nuxt": {
"types": "./dist/nuxt.d.ts",
"import": "./dist/nuxt.js",
Expand All @@ -65,6 +49,14 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"client.d.ts",
"dist"
Expand All @@ -77,11 +69,23 @@
"play": "pnpm -C playground run dev",
"prepublishOnly": "pnpm run build",
"release": "bumpp && pnpm publish",
"start": "esno src/index.ts",
"test": "vitest"
"start": "esno src/index.ts"
},
"peerDependencies": {
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0"
"@nuxt/kit": "^3",
"@nuxt/schema": "^3",
"vite": ">=3"
},
"peerDependenciesMeta": {
"@nuxt/kit": {
"optional": true
},
"@nuxt/schema": {
"optional": true
},
"vite": {
"optional": true
}
},
"dependencies": {
"unplugin": "^1.5.1"
Expand Down

0 comments on commit 8807694

Please sign in to comment.