Skip to content

Instantly share code, notes, and snippets.

@KinoAR
Created November 26, 2016 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KinoAR/d72aa663672622f1d0a9452c396d5d66 to your computer and use it in GitHub Desktop.
Save KinoAR/d72aa663672622f1d0a9452c396d5d66 to your computer and use it in GitHub Desktop.
A package.json for developing webkit applications using react, ES6, and other necessary files.
{
"name": "MyDesktopApp",
"version": "1.0.0",
"main": "index.html",
"description": "Tool Description",
"window": {
"title": "MyWebKit"
},
"repository": {
"type": "git",
"url": ""
},
"license": "ISC",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"bootstrap": "^3.3.7",
"jquery": "^3.1.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment