UNPKG

vue-json-tree

Version:

Vue component that renders JSON data in a collapsible tree structure.

49 lines (48 loc) 1.25 kB
{ "name": "vue-json-tree", "description": "Vue component that renders JSON data in a collapsible tree structure.", "version": "0.4.3", "author": "Leo Deng", "license": "MIT", "homepage": "https://github.com/myst729/vue-json-tree", "keywords": [ "vue", "json", "tree" ], "main": "./src/json-tree.vue", "scripts": { "dev": "webpack --watch", "dist": "webpack", "test": "karma start --single-run" }, "dependencies": {}, "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "babel-loader": "^8.1.0", "chai": "^4.2.0", "css-loader": "^3.5.3", "karma": "^5.0.2", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.0", "karma-mocha": "^2.0.0", "karma-mocha-reporter": "^2.2.5", "karma-webpack": "^4.0.2", "mocha": "^7.1.2", "terser-webpack-plugin": "^2.3.6", "vue": "^2.6.11", "vue-loader": "^15.9.1", "vue-style-loader": "^4.1.2", "vue-template-compiler": "^2.6.11", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" }, "repository": { "type": "git", "url": "git+https://github.com/myst729/vue-json-tree.git" }, "bugs": { "url": "https://github.com/myst729/vue-json-tree/issues" } }