PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/react-json-view

Просмотр файла: package.json

{
    "name": "react-json-view",
    "description": "Interactive react component for displaying javascript arrays and JSON objects.",
    "version": "1.21.3",
    "main": "dist/main.js",
    "dependencies": {
        "flux": "^4.0.1",
        "react-base16-styling": "^0.6.0",
        "react-lifecycles-compat": "^3.0.4",
        "react-textarea-autosize": "^8.3.2"
    },
    "devDependencies": {
        "@babel/eslint-parser": "^7.12.1",
        "@babel/plugin-syntax-class-properties": "^7.12.1",
        "@babel/plugin-syntax-jsx": "^7.12.1",
        "@babel/register": "7.12.10",
        "babel-plugin-react-html-attrs": "^2.1.0",
        "chai": "^4.2.0",
        "coveralls": "^3.1.0",
        "css-loader": "^4.3.0",
        "enzyme": "^3.2.0",
        "enzyme-adapter-react-16": "^1.15.5",
        "eslint": "^7.16.0",
        "eslint-plugin-prettier": "^3.3.1",
        "eslint-plugin-react": "^7.21.5",
        "html-webpack-plugin": "2.30.1",
        "ignore-styles": "^5.0.1",
        "jsdom": "^16.4.0",
        "mocha": "^8.2.1",
        "moment": "^2.29.1",
        "node-sass": "^4.14.1",
        "nyc": "^15.1.0",
        "prettier": "^2.2.1",
        "react": "^16.14.0",
        "react-dom": "^16.14.0",
        "react-github-button": "^0.1.11",
        "react-hot-loader": "^4.13.0",
        "react-scripts": "4.0.1",
        "react-select": "^1.1.0",
        "react-test-renderer": "^16.14.0",
        "sass-loader": "^10.1.1",
        "sinon": "^9.2.3",
        "style-loader": "^1.3.0",
        "webpack": "^4.46.0",
        "webpack-bundle-analyzer": "^3.9.0",
        "webpack-bundle-size-analyzer": "^3.1.0",
        "webpack-cli": "^3.3.12",
        "webpack-dev-server": "^3.11.2"
    },
    "peerDependencies": {
        "react": "^17.0.0 || ^16.3.0 || ^15.5.4",
        "react-dom": "^17.0.0 || ^16.3.0 || ^15.5.4"
    },
    "scripts": {
        "build": "NODE_ENV=production webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
        "prebuild": "NODE_ENV=test npm run test:unit",
        "build:demo": "NODE_ENV=production webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
        "dev": "NODE_ENV=development webpack-dev-server --config webpack/webpack.config-dev.js --open",
        "modules:debug": "./docker/debug.sh",
        "modules:tree": "webpack --config webpack/webpack.config.js --json ",
        "modules:size-analyzer": "webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer",
        "test": "npm run test:coverage",
        "test:unit": "NODE_ENV=test nyc mocha test/**/*-test.js",
        "test:coverage": "NODE_ENV=test nyc --reporter=text-lcov mocha test/**/*-test.js | coveralls",
        "test:watch": "NODE_ENV=test nyc mocha -w test/**/*-test.js",
        "lint": "NODE_ENV=test ./node_modules/.bin/eslint src",
        "lint-fixup": "NODE_ENV=test ./node_modules/.bin/eslint src --ext .js,.jsx --fix"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/mac-s-g/react-json-view.git"
    },
    "keywords": [
        "array-viewer",
        "base-16",
        "component",
        "interactive",
        "interactive-json",
        "json",
        "json-component",
        "json-display",
        "json-tree",
        "json-view",
        "json-viewer",
        "json-inspector",
        "json-tree",
        "react",
        "react-component",
        "react-json",
        "theme",
        "tree",
        "tree-view",
        "treeview"
    ],
    "license": "MIT",
    "author": "Mac Gainor",
    "bugs": {
        "url": "https://github.com/mac-s-g/react-json-view/issues"
    },
    "homepage": "https://github.com/mac-s-g/react-json-view",
    "directories": {
        "docs": "docs",
        "test": "test"
    }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!