source: imaps-frontend/node_modules/react-refresh/package.json

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: 882 bytes
RevLine 
[d565449]1{
2 "name": "react-refresh",
3 "description": "React is a JavaScript library for building user interfaces.",
4 "keywords": [
5 "react"
6 ],
7 "version": "0.14.2",
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 "cjs/",
17 "umd/"
18 ],
19 "main": "runtime.js",
20 "exports": {
21 ".": "./runtime.js",
22 "./runtime": "./runtime.js",
23 "./babel": "./babel.js",
24 "./package.json": "./package.json"
25 },
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/facebook/react.git",
29 "directory": "packages/react"
30 },
31 "engines": {
32 "node": ">=0.10.0"
33 },
34 "devDependencies": {
35 "react-16-8": "npm:react@16.8.0",
36 "react-dom-16-8": "npm:react-dom@16.8.0",
37 "scheduler-0-13": "npm:scheduler@0.13.0"
38 }
39}
Note: See TracBrowser for help on using the repository browser.