UNPKG

react-desktop

Version:

React UI Components for macOS High Sierra and Windows 10

71 lines (70 loc) 2.32 kB
{ "name": "react-desktop", "author": "Gabriel Bull", "version": "0.3.9", "description": "React UI Components for macOS High Sierra and Windows 10", "main": "./index.js", "keywords": [ "react", "react-component", "electron", "node-webkit", "native", "desktop", "ui", "user", "interface", "component", "os x", "macOS", "mac", "windows" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gabrielbull/react-desktop.git" }, "scripts": { "test": "./node_modules/.bin/mocha test", "eslint": "./node_modules/.bin/eslint ./src ./test", "prebuild": "rsync -av -delete . build --exclude build --exclude .git --exclude .idea && npm run eslint && npm run test", "build": "./node_modules/.bin/babel ./build/src --out-dir ./build/src && ./node_modules/.bin/babel ./build/index.js --out-file ./build/index.js && ./node_modules/.bin/babel ./build/macOs.js --out-file ./build/osx.js && ./node_modules/.bin/babel ./build/macOs.js --out-file ./build/macOs.js && ./node_modules/.bin/babel ./build/windows.js --out-file ./build/windows.js", "playground": "./node_modules/.bin/webpack-dev-server --config ./playground/webpack.config.js --colors --inline --port 3001", "build-publish": "npm run build && npm publish ./build" }, "dependencies": { "radium": "=0.19.6" }, "peerDependencies": { "prop-types": "^15.0 || ^16.0", "react": "^15.0 || ^16.0", "react-dom": "^15.0 || ^16.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.2.2", "babel-loader": "^7.1.4", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "chai": "^4.1.2", "eslint": "^4.19.1", "eslint-plugin-import": "^2.10.0", "eslint-plugin-react": "^7.7.0", "html-webpack-plugin": "^3.1.0", "jsdom": "^11.7.0", "mocha": "^5.0.5", "prop-types": "^15.6.1", "react": "^16.3.0", "react-addons-test-utils": "^15.6.2", "react-color": "^2.14.0", "react-dom": "^16.3.0", "react-hot-loader": "^4.0.1", "webpack": "^4.4.1", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.1" } }