package.json 1.06 KB
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
{
baesangjune's avatar
yarn    
baesangjune committed
2
3
4
  "name": "uncontrollable",
  "version": "7.1.1",
  "description": "Wrap a controlled react component, to allow specific prop/handler pairs to be uncontrolled",
Sangjune Bae's avatar
Sangjune Bae committed
5
6
7
8
  "author": {
    "name": "Jason Quense",
    "email": "monastic.panic@gmail.com"
  },
baesangjune's avatar
yarn    
baesangjune committed
9
10
11
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jquense/uncontrollable.git"
Sangjune Bae's avatar
Sangjune Bae committed
12
  },
baesangjune's avatar
yarn    
baesangjune committed
13
14
15
  "license": "MIT",
  "main": "cjs/index.js",
  "module": "esm/index.js",
Sangjune Bae's avatar
Sangjune Bae committed
16
17
18
19
20
21
22
23
  "keywords": [
    "uncontrolled-component",
    "react-component",
    "input",
    "controlled",
    "uncontrolled",
    "form"
  ],
baesangjune's avatar
yarn    
baesangjune committed
24
25
26
  "publishConfig": {
    "directory": "lib"
  },
Sangjune Bae's avatar
Sangjune Bae committed
27
28
29
  "peerDependencies": {
    "react": ">=15.0.0"
  },
baesangjune's avatar
yarn    
baesangjune committed
30
31
  "jest": {
    "rootDir": "./test"
Sangjune Bae's avatar
Sangjune Bae committed
32
  },
baesangjune's avatar
yarn    
baesangjune committed
33
34
35
36
37
  "dependencies": {
    "@babel/runtime": "^7.6.3",
    "@types/react": "^16.9.11",
    "invariant": "^2.2.4",
    "react-lifecycles-compat": "^3.0.4"
Sangjune Bae's avatar
Sangjune Bae committed
38
  },
baesangjune's avatar
yarn    
baesangjune committed
39
40
41
42
43
44
  "bugs": {
    "url": "https://github.com/jquense/uncontrollable/issues"
  },
  "readme": "ERROR: No README data found!",
  "homepage": "https://github.com/jquense/uncontrollable#readme",
  "_id": "uncontrollable@7.1.0"
Sangjune Bae's avatar
Sangjune Bae committed
45
}