switch ui js to react - src/ , public/ , build/
Procfile
0 → 100644
build/asset-manifest.json
0 → 100644
build/favicon.ico
0 → 100644
24.3 KB
build/index.html
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
{ | ||
"name": "pling-store", | ||
"productName": "Pling-Store", | ||
"version": "5.0.1", | ||
"version": "5.1.1", | ||
"description": "Store Frontend and Management Application based on OpenCollaborationServices (OCS) of Opendesktop.org.", | ||
"author": "Pling.com", | ||
"license": "GPL-3.0", | ||
"homepage": "https://www.pling.com/", | ||
"repository": "https://www.opencode.net/dfn2/pling-store", | ||
"homepage": "./", | ||
"repoHomepage": "https://www.pling.com/", | ||
"repository": "https://www.opencode.net/dfn2/opendesktop-app", | ||
"bugs": "https://www.opencode.net/dfn2/pling-store/issues", | ||
"main": "app/main.js", | ||
"main": "src/electron-starter.js", | ||
"scripts": { | ||
"start": "electron .", | ||
"start": "react-scripts build && electron .", | ||
"debug": "electron . --debug", | ||
"package": "electron-packager . pling-store --platform=linux --arch=x64 --out=dist --overwrite --ignore='^/(\\.gitignore|\\.gitlab\\-ci\\.yml|Makefile|README\\.md|desktop|launcher|pkg|scripts|appimagebuild)($|/)'", | ||
"watch": "webpack --mode development --watch" | ||
"package": "electron-packager . opendesktop-app --platform=linux --arch=x64 --out=dist --overwrite --ignore='^/(\\.gitignore|\\.gitlab\\-ci\\.yml|Makefile|README\\.md|desktop|launcher|pkg|scripts|appimagebuild)($|/)'", | ||
"watch": "webpack --mode development --watch", | ||
"react-start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject", | ||
"electron": "electron .", | ||
"dev": "nf start -p 3000" | ||
}, | ||
"dependencies": { | ||
"electron-store": "2.*.*", | ||
"electron-updater": "^4.1.2", | ||
"esm": "3.*.*", | ||
"lit-html": "1.*.*", | ||
"request": "2.*.*" | ||
"request": "2.*.*", | ||
"@material-ui/core": "^4.3.3", | ||
"@material-ui/icons": "^4.2.1", | ||
"react": "^16.1.1", | ||
"react-dom": "^16.1.1", | ||
"react-electron-web-view": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"electron": "4.*.*", | ||
"electron-packager": "13.*.*" | ||
"electron-packager": "13.*.*", | ||
"foreman": "^2.0.0", | ||
"react-scripts": "0.8.5" | ||
} | ||
} |
public/favicon.ico
0 → 100644
24.3 KB
public/index.html
0 → 100644
src/api/OcsManagerApi.js
0 → 100644
src/components/App.js
0 → 100644
src/components/AppDialogs.js
0 → 100644