Home / File/ package-lock.json — react Source File

package-lock.json — react Source File

Architecture documentation for package-lock.json, a json file in the react codebase.

Entity Profile

Source Code

{
  "name": "react-ssr",
  "version": "0.1.0",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "": {
      "name": "react-ssr",
      "version": "0.1.0",
      "license": "MIT",
      "dependencies": {
        "@babel/core": "7.14.3",
        "@babel/register": "7.13.16",
        "babel-loader": "8.1.0",
        "babel-preset-react-app": "10.0.0",
        "compression": "^1.7.4",
        "concurrently": "^5.3.0",
        "express": "^4.17.1",
        "nodemon": "^2.0.6",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "react-error-boundary": "^3.1.3",
        "resolve": "1.12.0",
        "rimraf": "^3.0.2",
        "webpack": "4.44.2",
        "webpack-cli": "^4.2.0"
      },
      "devDependencies": {
        "cross-env": "^7.0.3",
        "prettier": "1.19.1"
      },
      "engines": {
        "node": ">=14.9.0"
      }
    },
    "node_modules/@babel/code-frame": {
      "version": "7.22.13",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz",
      "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==",
      "dependencies": {
        "@babel/highlight": "^7.22.13",
        "chalk": "^2.4.2"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/compat-data": {
      "version": "7.14.4",
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz",
      "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ=="
    },
    "node_modules/@babel/core": {
      "version": "7.14.3",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz",
      "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==",
      "dependencies": {
        "@babel/code-frame": "^7.12.13",
        "@babel/generator": "^7.14.3",
        "@babel/helper-compilation-targets": "^7.13.16",
// ... (12768 more lines)

Frequently Asked Questions

What does package-lock.json do?
package-lock.json is a source file in the react codebase, written in json.
Where is package-lock.json in the architecture?
package-lock.json is located at fixtures/ssr2/package-lock.json (directory: fixtures/ssr2).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free