|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
759 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "react-refresh",
|
|---|
| 3 | "description": "React is a JavaScript library for building user interfaces.",
|
|---|
| 4 | "keywords": [
|
|---|
| 5 | "react"
|
|---|
| 6 | ],
|
|---|
| 7 | "version": "0.11.0",
|
|---|
| 8 | "homepage": "https://reactjs.org/",
|
|---|
| 9 | "bugs": "https://github.com/facebook/react/issues",
|
|---|
| 10 | "license": "MIT",
|
|---|
| 11 | "files": [
|
|---|
| 12 | "LICENSE",
|
|---|
| 13 | "README.md",
|
|---|
| 14 | "babel.js",
|
|---|
| 15 | "runtime.js",
|
|---|
| 16 | "build-info.json",
|
|---|
| 17 | "cjs/",
|
|---|
| 18 | "umd/"
|
|---|
| 19 | ],
|
|---|
| 20 | "main": "runtime.js",
|
|---|
| 21 | "repository": {
|
|---|
| 22 | "type": "git",
|
|---|
| 23 | "url": "https://github.com/facebook/react.git",
|
|---|
| 24 | "directory": "packages/react"
|
|---|
| 25 | },
|
|---|
| 26 | "engines": {
|
|---|
| 27 | "node": ">=0.10.0"
|
|---|
| 28 | },
|
|---|
| 29 | "devDependencies": {
|
|---|
| 30 | "react-16-8": "npm:react@16.8.0",
|
|---|
| 31 | "react-dom-16-8": "npm:react-dom@16.8.0",
|
|---|
| 32 | "scheduler-0-13": "npm:scheduler@0.13.0"
|
|---|
| 33 | }
|
|---|
| 34 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.