Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "unplugin-vue-jsx",
"version": "0.8.1",
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.25.0",
"description": "A Vue JSX plugin.",
"type": "module",

Check failure on line 6 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'type' should be before 'version'
"keywords": [

Check failure on line 7 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'keywords' should be after 'repository'
"unplugin",
"rollup",
"vite",
Expand All @@ -14,22 +14,22 @@
],
"license": "MIT",
"homepage": "https://github.com/unplugin/unplugin-vue-jsx#readme",
"bugs": {

Check failure on line 17 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'bugs' should be after 'repository'
"url": "https://github.com/unplugin/unplugin-vue-jsx/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unplugin/unplugin-vue-jsx.git"
},
"author": "Kevin Deng <sxzz@sxzz.moe>",

Check failure on line 24 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'author' should be before 'license'
"funding": "https://github.com/sponsors/sxzz",

Check failure on line 25 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'funding' should be before 'homepage'
"files": [

Check failure on line 26 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'files' should be after 'typesVersions'
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {

Check failure on line 32 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'exports' should be before 'main'
".": "./dist/index.js",
"./api": "./dist/api.js",
"./esbuild": "./dist/esbuild.js",
Expand Down Expand Up @@ -68,22 +68,22 @@
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.27.1",
"@sxzz/eslint-config": "^7.4.0",
"@sxzz/eslint-config": "^7.4.1",
"@sxzz/prettier-config": "^2.2.6",
"@types/babel__core": "^7.20.5",
"@types/node": "^24.10.1",
"@types/node": "^24.10.3",
"bumpp": "^10.3.2",
"eslint": "^9.39.1",
"prettier": "^3.7.3",
"rolldown-plugin-require-cjs": "^0.3.2",
"tsdown": "^0.16.8",
"prettier": "^3.7.4",
"rolldown-plugin-require-cjs": "^0.3.3",
"tsdown": "^0.17.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.2.6",
"vitest": "^4.0.14",
"vite": "^7.2.7",
"vitest": "^4.0.15",
"vue": "^3.5.25"
},
"engines": {

Check failure on line 86 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'engines' should be before 'scripts'
"node": ">=20.19.0"
},
"prettier": "@sxzz/prettier-config"
Expand Down
Loading
Loading