Simple build tasks in order to use React
This commit is contained in:
@@ -7,15 +7,19 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"postinstall": "cd src && npm install",
|
||||
"start": "electron src",
|
||||
"start": "gulp build && electron build",
|
||||
"test": "mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-preset-react": "^6.3.13",
|
||||
"chromedriver": "^2.20.0",
|
||||
"del": "^2.2.0",
|
||||
"electron-connect": "^0.3.3",
|
||||
"electron-packager": "^5.1.0",
|
||||
"electron-prebuilt": "^0.35.1",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-babel": "^6.1.1",
|
||||
"gulp-changed": "^1.3.0",
|
||||
"gulp-jsbeautifier": "^1.0.1",
|
||||
"mocha": "^2.3.4",
|
||||
"should": "^8.0.1",
|
||||
|
Reference in New Issue
Block a user