60 lines
1.5 KiB
JSON
Executable File
60 lines
1.5 KiB
JSON
Executable File
{
|
|
"name": "pocloud-admin",
|
|
"version": "1.0.0",
|
|
"description": "POCloud Admin App",
|
|
"main": "main_process.js",
|
|
"scripts": {
|
|
"bundle": "webpack --mode development",
|
|
"serve": "electron .",
|
|
"start": "npm-run-all --parallel bundle serve",
|
|
"pack": "electron-builder --dir",
|
|
"dist": "electron-builder -mwl"
|
|
},
|
|
"author": "Patric McDonagh",
|
|
"devDependencies": {
|
|
"electron": "^2.0.2",
|
|
"npm-run-all": "^4.1.3",
|
|
"babel-core": "^6.26.0",
|
|
"babel-eslint": "^8.2.2",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"electron-builder": "^20.8.1",
|
|
"electron-reload": "^1.2.2",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"file-loader": "^1.1.10",
|
|
"jest": "^22.4.3",
|
|
"mini-css-extract-plugin": "^0.4.0",
|
|
"style-loader": "^0.20.3",
|
|
"webpack": "^4.1.1",
|
|
"webpack-cli": "^2.0.11"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"base-64": "^0.1.0",
|
|
"electron-localshortcut": "^1.1.1",
|
|
"eslint-config-rallycoding": "^3.2.0",
|
|
"lodash": "^4.17.10",
|
|
"moment": "^2.18.1",
|
|
"moment-duration-format": "^1.3.0",
|
|
"react": "^15.4.2",
|
|
"react-dom": "^15.4.2",
|
|
"react-redux": "^5.0.7",
|
|
"react-router": "^4.0.0",
|
|
"react-router-dom": "^4.0.0",
|
|
"redux": "^4.0.0",
|
|
"redux-persist": "^5.9.1",
|
|
"redux-thunk": "^2.3.0"
|
|
},
|
|
"build": {
|
|
"appId": "com.patrickjmcd.pocloud-admin",
|
|
"mac": {
|
|
"target": "default"
|
|
},
|
|
"win": {
|
|
"target": "portable"
|
|
}
|
|
}
|
|
}
|