1 | {
|
2 | "name": "@stardust-ui/react-component-ref",
|
3 | "description": "A set of components and utils to deal with React refs.",
|
4 | "version": "0.40.0",
|
5 | "author": "Oleksandr Fediashov <olfedias@microsoft.com>",
|
6 | "bugs": "https://github.com/stardust-ui/react/issues",
|
7 | "dependencies": {
|
8 | "@babel/runtime": "^7.1.2",
|
9 | "prop-types": "^15.7.2",
|
10 | "react-is": "^16.6.3"
|
11 | },
|
12 | "devDependencies": {
|
13 | "@stardust-ui/internal-tooling": "^0.40.0",
|
14 | "lerna-alias": "^3.0.3-0"
|
15 | },
|
16 | "files": [
|
17 | "dist"
|
18 | ],
|
19 | "homepage": "https://github.com/stardust-ui/react/tree/master/packages/react-component-ref",
|
20 | "jsnext:main": "dist/es/index.js",
|
21 | "license": "MIT",
|
22 | "main": "dist/commonjs/index.js",
|
23 | "module": "dist/es/index.js",
|
24 | "peerDependencies": {
|
25 | "react": "^16.8.0",
|
26 | "react-dom": "^16.8.0"
|
27 | },
|
28 | "publishConfig": {
|
29 | "access": "public"
|
30 | },
|
31 | "repository": "stardust-ui/react.git",
|
32 | "scripts": {
|
33 | "build": "gulp bundle:package:no-umd --package react-component-ref"
|
34 | },
|
35 | "sideEffects": false,
|
36 | "types": "dist/es/index.d.ts",
|
37 | "gitHead": "f234425a1d7330ecdb4ed89103552ea84f5d65e4"
|
38 | }
|