-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 2.95 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "indegs-desktop",
"version": "1.0.1",
"main": "app.js",
"scripts": {
"build-mac": "electron-packager . Indegs --platform=darwin --arch=x64 --version=0.35.1 --icon=icon.icns && cp icon.icns ./Indegs-darwin-x64/Indegs.app/Contents/Resources/atom.icns && cp icon.png ./Indegs-darwin-x64/Indegs.app/Contents/Resources/icon.png && mv ./Indegs-darwin-x64/Indegs.app/Contents/Resources/app/bin ./Indegs-darwin-x64/Indegs.app/Contents/Resources/bin && rm -rf ./Indegs-darwin-x64/Indegs.app/Contents/Resources/app/build ./Indegs-darwin-x64/Indegs.app/Contents/Resources/app/node_modules/babelify ./Indegs-darwin-x64/Indegs.app/Contents/Resources/app/node_modules/asar ./Indegs-darwin-x64/Indegs.app/Contents/Resources/app/node_modules/electron-packager ./Indegs-darwin-x64/Indegs.app/Contents/Resources/app/node_modules/electron-prebuilt ./Indegs-darwin-x64/Indegs.app/Contents/Resources/app/.git ./Indegs-darwin-x64/Indegs.app/Contents/Resources/app/node_modules/browserify ./Indegs-darwin-x64/Indegs.app/Contents/Resources/app/node_modules/envify ./Indegs-darwin-x64/Indegs.app/Contents/Resources/app/node_modules/gulp ./Indegs-darwin-x64/Indegs.app/Contents/Resources/app/node_modules/vinyl-source-stream && rm -rf ./build/mac/files/Indegs.app && mv ./Indegs-darwin-x64/Indegs.app ./build/mac/files/Indegs.app && rm -rf ./Indegs-darwin-x64 && asar pack ./build/mac/files/Indegs.app/Contents/Resources/app ./build/mac/files/Indegs.app/Contents/Resources/app.asar --unpack ./build/mac/files/Indegs.app/Contents/Resources/app/bin && rm -rf ./build/mac/files/Indegs.app/Contents/Resources/app",
"build-win": "electron-packager . Indegs --platform=win32 --arch=x64 --version=0.35.1 --icon=icon.ico && move Indegs-win32-x64\\resources\\app\\bin Indegs-win32-x64\\resources\\bin && rmdir /S /Q Indegs-win32-x64\\resources\\app\\build && move Indegs-win32-x64 build\\window\\files\\Indegs && asar pack build\\window\\files\\Indegs\\resources\\app build\\window\\files\\Indegs\\resources\\app.asar && asar pack build\\window\\files\\Indegs\\resources\\default_app build\\window\\files\\Indegs\\resources\\default_app.asar && rmdir /S /Q build\\window\\files\\Indegs\\resources\\default_app",
"start": "NODE_ENV=develop electron app",
"webpack": "webpack -w",
"test": "NODE_ENV=develop electron app",
"test-win": "set NODE_ENV=develop&& electron app"
},
"dependencies": {
"asar": "^0.8.3",
"blueimp-md5": "^1.1.1",
"browserify": "^11.1.0",
"chokidar": "^1.4.2",
"electron-packager": "^5.1.1",
"flux": "^2.1.1",
"fs-extra": "^0.26.0",
"imagemagick": "^0.1.3",
"jquery": "^2.1.4",
"object-assign": "^4.0.1",
"open": "0.0.5",
"psd": "^3.1.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"sync-exec": "^0.6.2"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"webpack": "^1.12.15",
"webpack-dev-server": "^1.14.1"
}
}