Skip to content

Commit a2ea2f9

Browse files
committed
docs: add FOSSA Status badge
1 parent 6971fbf commit a2ea2f9

18 files changed

+44018
-42410
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@
1717
<a href="https://jsr.io/@cloydlau/json-editor-vue"><img alt="jsr" src="https://jsr.io/badges/@cloydlau/json-editor-vue"></a>
1818
<br>
1919
<a href="https://github.com/cloydlau/json-editor-vue/actions/workflows/ci.yml"><img alt="build status" src="https://github.com/cloydlau/json-editor-vue/actions/workflows/ci.yml/badge.svg?branch=main"></a>
20+
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fcloydlau%2Fjson-editor-vue?ref=badge_shield&issueType=license" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcloydlau%2Fjson-editor-vue.svg?type=shield&issueType=license"/></a>
2021
<a href="https://bundlejs.com/?q=json-editor-vue"><img alt="minified gzip/brotli size" src="https://deno.bundlejs.com/?q=json-editor-vue&badge"></a>
21-
<a href="https://pr.new"><img src="https://developer.stackblitz.com/img/start_pr_dark_small.svg" alt="Start new PR in StackBlitz Codeflow"></a>
2222
<br>
23-
<a href="https://conventionalcommits.org"><img alt="conventional commits" src="https://img.shields.io/badge/commits-Conventional-FE5196.svg?logo=conventionalcommits"></a>
2423
<a href="https://www.npmjs.com/package/json-editor-vue?activeTab=versions"><img alt="created at" src="https://img.shields.io/github/created-at/cloydlau/json-editor-vue?&color=1C404E&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgNDggNDgiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik04IDQwaDMyVjI0SDh6Ii8+PHBhdGggc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iNCIgZD0iTTQwIDQwSDhtMzIgMEg0aDRtMzIgMGg0bS00IDBWMjRIOHYxNiIvPjxwYXRoIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im00MCAzNGwtNC0ybC00IDJsLTQtMmwtNCAybC00LTJsLTQgMmwtNC0ybC00IDJtMjQtMTB2LTltLTggOXYtOW0tOCA5di05bTE2LTVWOG0tOCAyVjhtLTggMlY4TTggMjR2MTZtMzItMTZ2MTYiLz48L2c+PC9zdmc+"></a>
2524
<a href="https://github.com/antfu/eslint-config"><img alt="code style" src="https://antfu.me/badge-code-style.svg"></a>
25+
<a href="https://conventionalcommits.org"><img alt="conventional commits" src="https://img.shields.io/badge/commits-Conventional-FE5196.svg?logo=conventionalcommits"></a>
2626
<a href="https://semantic-release.gitbook.io"><img alt="semantic release" src="https://img.shields.io/badge/release-semantic-e10079?logo=semantic-release"></a>
27+
<a href="https://pr.new"><img src="https://developer.stackblitz.com/img/start_pr_dark_small.svg" alt="Start new PR in StackBlitz Codeflow"></a>
2728
</p>
2829

2930
<img width="48.5%" src="https://raw.githubusercontent.com/cloydlau/json-editor-vue/main/docs/text-mode.png" alt="text mode">&nbsp;<img width="48.5%" src="https://raw.githubusercontent.com/cloydlau/json-editor-vue/main/docs/tree-mode.png" alt="table mode">

demo/nuxt2+vue2.6/package-lock.json

+3,662-2,137
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/nuxt2+vue2.7/package-lock.json

+3,662-2,137
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/nuxt3/package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
{
22
"private": true,
33
"scripts": {
4-
"i": "pnpm install --shamefully-hoist",
5-
"build": "nuxt build",
64
"dev": "nuxt dev",
75
"generate": "nuxt generate",
6+
"build": "nuxt build",
87
"preview": "nuxt preview",
98
"postinstall": "nuxt prepare"
109
},
1110
"dependencies": {
12-
"json-editor-vue": "^0.10.4",
13-
"vanilla-jsoneditor": "^0.11.4"
11+
"json-editor-vue": "latest"
1412
},
1513
"devDependencies": {
16-
"@vue/runtime-core": "^3.2.45",
17-
"@vue/server-renderer": "^3.2.45",
18-
"nuxt": "^3.0.0",
19-
"vue": "^3.2.45",
20-
"vue-bundle-renderer": "^1.0.0"
14+
"@vue/runtime-core": "latest",
15+
"@vue/server-renderer": "latest",
16+
"nuxt": "latest",
17+
"vue": "latest",
18+
"vue-bundle-renderer": "latest"
2119
}
2220
}

0 commit comments

Comments
 (0)