vue-json-pretty
Version:
A JSON tree view component that is easy to use and also supports data selection.
87 lines (86 loc) • 2.47 kB
JSON
{
"name": "vue-json-pretty",
"version": "1.6.7",
"description": "A JSON tree view component that is easy to use and also supports data selection.",
"author": "leezng <im.leezng@gmail.com>",
"main": "vue-json-pretty.js",
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"dist": "cross-env DIST_ENV=true node build/build.js",
"e2e": "node test/e2e/runner.js",
"test": "npm run e2e",
"lint": "eslint --ext .js,.vue src test/e2e/specs"
},
"repository": {
"type": "git",
"url": "git@github.com:leezng/vue-json-pretty.git"
},
"homepage": "https://leezng.github.io/vue-json-pretty",
"keywords": [
"vue",
"json",
"format",
"pretty",
"vue-component"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/leezng/vue-json-pretty/issues"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.26.3",
"babel-loader": "7",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"chalk": "^2.0.1",
"clean-webpack-plugin": "^3.0.0",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^6.0.2",
"cross-env": "^7.0.2",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.0",
"cssnano": "^3.10.0",
"eslint": "^7.3.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^6.2.2",
"eventsource-polyfill": "^0.9.6",
"express": "^4.17.1",
"file-loader": "^6.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^4.3.0",
"http-proxy-middleware": "^0.17.3",
"less": "^3.11.3",
"less-loader": "^6.1.2",
"mini-css-extract-plugin": "^0.9.0",
"nightwatch": "^1.0.19",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"selenium-server": "^3.0.1",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"url-loader": "^4.1.0",
"vue": "^2.6.11",
"vue-loader": "^14.2.4",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 5.0.0"
},
"browserslist": [
"> 1%",
"last 5 versions",
"not ie <= 10"
],
"dependencies": {}
}