UNPKG

react-dev-os-tools

Version:

A collection of official tools built for React DevOS.

54 lines (53 loc) 1.22 kB
{ "name": "react-dev-os-tools", "author": "Scotty Rogers", "version": "0.1.11", "description": "A collection of official tools built for React DevOS.", "license": "MIT", "repository": { "type": "git", "url": "scottyrogers10/react-dev-os-tools" }, "keywords": [ "ide", "interactive", "os", "devOS", "functional", "hot", "live", "tools", "official" ], "main": "dist/bundle.js", "files": [ "dist" ], "scripts": { "start": "webpack --watch --config webpack.config.js --mode development", "build": "webpack --config webpack.config.js --mode production", "prepublishOnly": "webpack --config webpack.config.js --mode production" }, "dependencies": { "data-chamber": "^0.0.4" }, "peerDependencies": { "react": "^16.13.1", "react-dom": "^16.13.1" }, "devDependencies": { "@babel/cli": "^7.5.0", "@babel/core": "^7.5.4", "@babel/plugin-transform-runtime": "^7.5.0", "@babel/preset-env": "^7.5.4", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.6", "babel-plugin-module-resolver": "^4.0.0", "css-loader": "^3.0.0", "prettier": "2.2.1", "style-loader": "^0.23.1", "url-loader": "^4.1.0", "webpack": "^4.35.3", "webpack-cli": "^3.3.5" } }