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": "cpu-demo",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "glamor": "^2.20.40",
    "react": "0.0.0-experimental-269dd6ec5",
    "react-dom": "0.0.0-experimental-269dd6ec5",
    "react-markdown": "^3.2.0",
    "react-scripts": "^1.1.4",
    "victory": "^0.25.6"
  },
  "scripts": {
    "copy-source": "cp -r ../../../build/oss-experimental/* ./node_modules/",
    "dev": "react-scripts start",
    "build": "react-scripts build",
    "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/concurrent/time-slicing/package.json (directory: fixtures/concurrent/time-slicing).

Analyze Your Own Codebase

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

Try Supermodel Free