Skip to content
Snippets Groups Projects
package-lock.json 801 KiB
Newer Older
{
  "name": "knowledge-space",
Matthias Konitzny's avatar
Matthias Konitzny committed
  "version": "1.1.2",
  "lockfileVersion": 2,
  "packages": {
    "": {
      "name": "knowledge-space",
Matthias Konitzny's avatar
Matthias Konitzny committed
      "version": "1.1.2",
      "license": "ISC",
      "dependencies": {
        "jquery": "^3.6.0",
        "prop-types": "^15.8.1",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "react": "^18.0.0",
        "react-dom": "^18.0.0",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "react-force-graph": "^1.41.12",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "screenfull": "^6.0.1",
        "three": ">=0.139.2",
      },
      "devDependencies": {
Matthias Konitzny's avatar
Matthias Konitzny committed
        "@babel/core": "^7.17.9",
        "@babel/eslint-parser": "^7.17.0",
        "@babel/preset-env": "^7.16.11",
        "@babel/preset-react": "^7.16.7",
        "@types/jquery": "^3.5.14",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "@types/prop-types": "^15.7.5",
        "@types/react": "^18.0.6",
        "@types/react-dom": "^18.0.2",
        "@typescript-eslint/eslint-plugin": "^5.20.0",
        "@typescript-eslint/parser": "^5.20.0",
        "babel-loader": "^8.2.5",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "css-minimizer-webpack-plugin": "^3.4.1",
        "del": "^6.0.0",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "eslint": "^8.13.0",
        "eslint-plugin-react": "^7.29.4",
        "gulp": "^4.0.2",
        "gulp-replace": "^1.1.3",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "mini-css-extract-plugin": "^2.6.0",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "prettier": "^2.6.2",
        "process": "^0.11.10",
        "style-loader": "^3.3.1",
        "ts-loader": "^9.2.8",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "typescript": "^4.6.3",
        "webpack": "^5.72.0",
      }
    },
    "node_modules/@ampproject/remapping": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz",
      "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==",
      "dev": true,
      "dependencies": {
        "@jridgewell/trace-mapping": "^0.3.0"
      },
      "engines": {
        "node": ">=6.0.0"
      }
    },
    "node_modules/@babel/code-frame": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
      "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
      "dev": true,
      "dependencies": {
        "@babel/highlight": "^7.16.7"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/compat-data": {
      "version": "7.17.7",
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz",
      "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==",
      "dev": true,
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/core": {
Matthias Konitzny's avatar
Matthias Konitzny committed
      "version": "7.17.9",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.9.tgz",
      "integrity": "sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==",
      "dev": true,
      "dependencies": {
        "@ampproject/remapping": "^2.1.0",
        "@babel/code-frame": "^7.16.7",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "@babel/generator": "^7.17.9",
        "@babel/helper-compilation-targets": "^7.17.7",
        "@babel/helper-module-transforms": "^7.17.7",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "@babel/helpers": "^7.17.9",
        "@babel/parser": "^7.17.9",
        "@babel/template": "^7.16.7",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "@babel/traverse": "^7.17.9",
        "@babel/types": "^7.17.0",
        "convert-source-map": "^1.7.0",
        "debug": "^4.1.0",
        "gensync": "^1.0.0-beta.2",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "json5": "^2.2.1",
        "semver": "^6.3.0"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/babel"
      }
    },
    "node_modules/@babel/eslint-parser": {
      "version": "7.17.0",
      "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz",
      "integrity": "sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==",
      "dev": true,
      "dependencies": {
        "eslint-scope": "^5.1.1",
        "eslint-visitor-keys": "^2.1.0",
        "semver": "^6.3.0"
      },
      "engines": {
        "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
      },
      "peerDependencies": {
        "@babel/core": ">=7.11.0",
        "eslint": "^7.5.0 || ^8.0.0"
      }
    },
    "node_modules/@babel/generator": {
Matthias Konitzny's avatar
Matthias Konitzny committed
      "version": "7.17.9",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.9.tgz",
      "integrity": "sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==",
      "dev": true,
      "dependencies": {
        "@babel/types": "^7.17.0",
        "jsesc": "^2.5.1",
        "source-map": "^0.5.0"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/helper-annotate-as-pure": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
      "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",
      "dev": true,
      "dependencies": {
        "@babel/types": "^7.16.7"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz",
      "integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==",
      "dev": true,
      "dependencies": {
        "@babel/helper-explode-assignable-expression": "^7.16.7",
        "@babel/types": "^7.16.7"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/helper-compilation-targets": {
      "version": "7.17.7",
      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz",
      "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==",
      "dev": true,
      "dependencies": {
        "@babel/compat-data": "^7.17.7",
        "@babel/helper-validator-option": "^7.16.7",
        "browserslist": "^4.17.5",
        "semver": "^6.3.0"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0"
      }
    },
    "node_modules/@babel/helper-create-class-features-plugin": {
Matthias Konitzny's avatar
Matthias Konitzny committed
      "version": "7.17.9",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz",
      "integrity": "sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==",
      "dev": true,
      "dependencies": {
        "@babel/helper-annotate-as-pure": "^7.16.7",
        "@babel/helper-environment-visitor": "^7.16.7",
Matthias Konitzny's avatar
Matthias Konitzny committed
        "@babel/helper-function-name": "^7.17.9",
        "@babel/helper-member-expression-to-functions": "^7.17.7",
Loading
Loading full blame...