29 lines
679 B
JSON
29 lines
679 B
JSON
{
|
|
"main": "src/electron-starter.js",
|
|
"devDependencies": {
|
|
"electron": "^2.0.1",
|
|
"foreman": "^2.0.0",
|
|
"react-scripts": "^1.0.14"
|
|
},
|
|
"dependencies": {
|
|
"@pusher/chatkit": "^0.7.18",
|
|
"add": "^2.0.6",
|
|
"axios": "^0.18.0",
|
|
"body-parser": "^1.18.3",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.16.4",
|
|
"libsignal": "^2.0.0",
|
|
"pusher-chatkit-server": "^0.12.0",
|
|
"react": "^16.0.0",
|
|
"react-desktop": "^0.3.7",
|
|
"react-dom": "^16.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"electron": "electron .",
|
|
"dev": "nf start -p 3002"
|
|
}
|
|
}
|