main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "react-dom",
|
---|
| 3 | "version": "18.3.1",
|
---|
| 4 | "description": "React package for working with the DOM.",
|
---|
| 5 | "main": "index.js",
|
---|
| 6 | "repository": {
|
---|
| 7 | "type": "git",
|
---|
| 8 | "url": "https://github.com/facebook/react.git",
|
---|
| 9 | "directory": "packages/react-dom"
|
---|
| 10 | },
|
---|
| 11 | "keywords": [
|
---|
| 12 | "react"
|
---|
| 13 | ],
|
---|
| 14 | "license": "MIT",
|
---|
| 15 | "bugs": {
|
---|
| 16 | "url": "https://github.com/facebook/react/issues"
|
---|
| 17 | },
|
---|
| 18 | "homepage": "https://reactjs.org/",
|
---|
| 19 | "dependencies": {
|
---|
| 20 | "loose-envify": "^1.1.0",
|
---|
| 21 | "scheduler": "^0.23.2"
|
---|
| 22 | },
|
---|
| 23 | "peerDependencies": {
|
---|
| 24 | "react": "^18.3.1"
|
---|
| 25 | },
|
---|
| 26 | "files": [
|
---|
| 27 | "LICENSE",
|
---|
| 28 | "README.md",
|
---|
| 29 | "index.js",
|
---|
| 30 | "client.js",
|
---|
| 31 | "profiling.js",
|
---|
| 32 | "server.js",
|
---|
| 33 | "server.browser.js",
|
---|
| 34 | "server.node.js",
|
---|
| 35 | "test-utils.js",
|
---|
| 36 | "cjs/",
|
---|
| 37 | "umd/"
|
---|
| 38 | ],
|
---|
| 39 | "exports": {
|
---|
| 40 | ".": "./index.js",
|
---|
| 41 | "./client": "./client.js",
|
---|
| 42 | "./server": {
|
---|
| 43 | "deno": "./server.browser.js",
|
---|
| 44 | "worker": "./server.browser.js",
|
---|
| 45 | "browser": "./server.browser.js",
|
---|
| 46 | "default": "./server.node.js"
|
---|
| 47 | },
|
---|
| 48 | "./server.browser": "./server.browser.js",
|
---|
| 49 | "./server.node": "./server.node.js",
|
---|
| 50 | "./profiling": "./profiling.js",
|
---|
| 51 | "./test-utils": "./test-utils.js",
|
---|
| 52 | "./package.json": "./package.json"
|
---|
| 53 | },
|
---|
| 54 | "browser": {
|
---|
| 55 | "./server.js": "./server.browser.js"
|
---|
| 56 | },
|
---|
| 57 | "browserify": {
|
---|
| 58 | "transform": [
|
---|
| 59 | "loose-envify"
|
---|
| 60 | ]
|
---|
| 61 | }
|
---|
| 62 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.