Skip to content

Instantly share code, notes, and snippets.

@phongsakornp
Last active March 13, 2017 20:18
Show Gist options
  • Save phongsakornp/a1f6628e28bab97af42f81ea21e8155b to your computer and use it in GitHub Desktop.
Save phongsakornp/a1f6628e28bab97af42f81ea21e8155b to your computer and use it in GitHub Desktop.
Electron package.json
{
"name": "DirectionalControl",
"version": "0.0.1",
"description": "Directional Control",
"main": "./main.js",
"scripts": {
"start-dev": "ENVIRONMENT=DEV electron .",
"start": "electron .",
"build": "webpack",
"watch": "webpack-dev-server --hot --inline --progress",
"postinstall": "bash postinstall.sh",
"package": "electron-packager ./ --platform=win32,darwin --arch=x64 --out ~/Desktop/DirectionalControl"
},
"author": {
"name": "DV360"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"devtron": "^1.2.0",
"electron": "^1.4.13",
"electron-devtools-installer": "^2.0.1",
"electron-packager": "^7.0.2",
"eslint": "^2.10.2",
"eslint-plugin-react": "^5.1.1",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"node-sass": "^3.7.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.21",
"webpack-dev-server": "^2.1.0-beta.9"
},
"dependencies": {
"aphrodite": "^1.1.0",
"babylonjs": "^2.3.0",
"bootstrap": "^3.3.6",
"chance": "^1.0.4",
"handsontable": "^0.26.0",
"immutable": "^3.8.1",
"lodash": "^4.15.0",
"mathjs": "^3.4.1",
"moment": "^2.17.1",
"numeral": "^2.0.4",
"paper": "^0.10.2",
"pouchdb": "^6.0.6",
"radium": "^0.18.1",
"react": "^15.4.2",
"react-bootstrap": "^0.30.2",
"react-data-grid": "^2.0.17",
"react-data-grid-addons": "^2.0.17",
"react-datepicker": "^0.39.0",
"react-dom": "^15.4.2",
"react-grid-layout": "^0.12.4",
"react-portal": "^3.0.0",
"react-redux": "^4.4.5",
"react-router": "^2.6.0",
"react-treebeard": "^1.1.2",
"react-with-styles": "^1.1.1",
"react-with-styles-interface-aphrodite": "^1.2.0",
"redux": "^3.6.0",
"redux-form": "^6.5.0",
"reselect": "^2.5.3",
"semantic-ui-css": "^2.2.9",
"semantic-ui-react": "^0.64.8",
"underscore": "^1.8.3",
"xml2js": "^0.4.16"
},
"engines": {
"node": "6.7.0",
"npm": "3.10.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment