Files
react/packages/react-devtools-inline/package.json
Brian Vaughn a39d9c3dff 4.0.5 -> 4.0.6
2019-08-26 08:42:38 -07:00

29 lines
707 B
JSON

{
"name": "react-devtools-inline",
"version": "4.0.6",
"description": "Embed react-devtools within a website",
"license": "MIT",
"main": "./dist/backend.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/react-devtools-inline"
},
"files": [
"dist",
"backend.js",
"frontend.js"
],
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
"prepublish": "yarn run build",
"start": "cross-env NODE_ENV=development webpack --config webpack.config.js --watch"
},
"dependencies": {
"es6-symbol": "^3"
},
"devDependencies": {
"cross-env": "^3.1.4"
}
}