aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/react/package.json
diff options
context:
space:
mode:
authorAnthony Schneider <tonyschneider3@gmail.com>2022-02-24 01:45:46 -0600
committerAnthony Schneider <tonyschneider3@gmail.com>2022-02-24 01:45:46 -0600
commit735cecbeedb0bd8f088251b31c43e56c259a4209 (patch)
treed4107612a2d3d725c04a320ca5bd6c7b4d7f248d /node_modules/react/package.json
parentc500f56c28abc3acc66dd5c72e26273f60b63cdc (diff)
This version lets you type in the terminal. It still doesn't work right, but it's a start.
Diffstat (limited to 'node_modules/react/package.json')
-rw-r--r--node_modules/react/package.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/node_modules/react/package.json b/node_modules/react/package.json
new file mode 100644
index 0000000..937eaad
--- /dev/null
+++ b/node_modules/react/package.json
@@ -0,0 +1,44 @@
+{
+ "browserify": {
+ "transform": [
+ "loose-envify"
+ ]
+ },
+ "bugs": {
+ "url": "https://github.com/facebook/react/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1",
+ "prop-types": "^15.6.2"
+ },
+ "deprecated": false,
+ "description": "React is a JavaScript library for building user interfaces.",
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "files": [
+ "LICENSE",
+ "README.md",
+ "build-info.json",
+ "index.js",
+ "cjs/",
+ "umd/",
+ "jsx-runtime.js",
+ "jsx-dev-runtime.js"
+ ],
+ "homepage": "https://reactjs.org/",
+ "keywords": [
+ "react"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "react",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/facebook/react.git",
+ "directory": "packages/react"
+ },
+ "version": "16.14.0"
+}