45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "json-editor-vue3",
|
|
"version": "1.1.1",
|
|
"main": "./lib/index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"jsoneditor": "^9.5.6"
|
|
},
|
|
"devDependencies": {
|
|
"vue": "^3.2.16",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
"eslint": "^8.5.0",
|
|
"eslint-plugin-vue": "^9.0.0",
|
|
"prettier": "^2.5.1",
|
|
"vite": "^2.9.12"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"keywords": [
|
|
"json-editor-vue3",
|
|
"json-editor-vue",
|
|
"vuejsoneditor",
|
|
"json-scheme-editor-vue",
|
|
"json-editor",
|
|
"jsoneditor",
|
|
"vue 3"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org"
|
|
},
|
|
"author": "lq9328@126.com",
|
|
"homepage": "https://github.com/AspenLuoQiang/json-editor-vue3",
|
|
"bugs": {
|
|
"url": "https://github.com/AspenLuoQiang/json-editor-vue3/issues"
|
|
},
|
|
"license": "MIT"
|
|
} |