Home / File/ package.json — react Source File

package.json — react Source File

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

Entity Profile

Source Code

{
  "name": "react-fixtures",
  "version": "0.1.0",
  "private": true,
  "devDependencies": {
    "react-scripts": "^1.0.11"
  },
  "dependencies": {
    "@babel/standalone": "^7.0.0",
    "art": "^0.10.3",
    "classnames": "^2.2.5",
    "codemirror": "^5.40.0",
    "core-js": "^2.4.1",
    "jest-diff": "^29.4.1",
    "prop-types": "^15.6.0",
    "query-string": "^4.2.3",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "semver": "^5.5.0"
  },
  "scripts": {
    "dev": "react-scripts start",
    "predev": "cp -a ../../build/oss-experimental/. node_modules",
    "build": "react-scripts build && cp build/index.html build/200.html",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  }
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free