remove old client
Showing
concept/3uso8i.jpg
deleted
100644 → 0
48.1 KB
251 KB
concept/cog.svg
deleted
100644 → 0
94.7 KB
179 KB
24.7 KB
36.4 KB
17.5 KB
31.8 KB
39.4 KB
188 KB
17.8 KB
82.2 KB
700 KB
43.5 KB
12.3 KB
129 KB
109 KB
90.7 KB
11.2 KB
7.98 KB
129 KB
234 KB
81.9 KB
concept/magnify.svg
deleted
100644 → 0
365 KB
concept/ui.xd
deleted
100644 → 0
File deleted
concept/ui2.xd
deleted
100644 → 0
File deleted
icons/256x256.png
deleted
100644 → 0
55.5 KB
icons/32x32.png
deleted
100644 → 0
4.23 KB
icons/512x512.png
deleted
100644 → 0
251 KB
icons/AppIcon.icns
deleted
100644 → 0
File deleted
icons/AppIcon.ico
deleted
100644 → 0
146 KB
main.js
deleted
100644 → 0
package-lock.json
deleted
100644 → 0
package.json
deleted
100644 → 0
{ | |||
"name": "spinshare-client", | |||
"version": "1.2.1", | |||
"main": "./main.js", | |||
"description": "SpinSha.re Client", | |||
"scripts": { | |||
"start": "electron .", | |||
"build": "electron-builder" | |||
}, | |||
"author": "SpinSha.re", | |||
"license": "MIT", | |||
"devDependencies": { | |||
"electron": "^8.0.1", | |||
"electron-builder": "^22.4.1" | |||
}, | |||
"dependencies": { | |||
"axios": "^0.19.2", | |||
"electron-dl": "^3.0.0", | |||
"electron-is-dev": "^1.1.0", | |||
"glob": "^7.1.6", | |||
"ncp": "^2.0.0", | |||
"rimraf": "^3.0.2", | |||
"uniqid": "^5.2.0", | |||
"unzipper": "^0.10.10" | |||
}, | |||
"build": { | |||
"productName": "SpinShare", | |||
"appId": "re.spinsha.client", | |||
"directories": { | |||
"output": "build" | |||
}, | |||
"protocols": { | |||
"name": "spinshare-song-deeplink", | |||
"schemes": [ | |||
"spinshare-song", | |||
"spinshare-user" | |||
] | |||
}, | |||
"dmg": { | |||
"contents": [ | |||
{ | |||
"x": 410, | |||
"y": 150, | |||
"type": "link", | |||
"path": "/Applications" | |||
}, | |||
{ | |||
"x": 130, | |||
"y": 150, | |||
"type": "file" | |||
} | |||
] | |||
}, | |||
"mac": { | |||
"icon": "icons/AppIcon.icns" | |||
}, | |||
"win": { | |||
"icon": "icons/AppIcon.ico" | |||
}, | |||
"linux": { | |||
"icon": "icons" | |||
} | |||
} | |||
} |
src/app.htm
deleted
100644 → 0
131 KB
src/locale/de.json
deleted
100644 → 0
src/locale/en.json
deleted
100644 → 0
src/locale/es.json
deleted
100644 → 0
src/locale/fr.json
deleted
100644 → 0
src/locale/kr.json
deleted
100644 → 0
src/locale/nl.json
deleted
100644 → 0
src/locale/ru.json
deleted
100644 → 0