Scratch 3.0 as a self-contained desktop application
Find a file
Christopher Willis-Ford d2d6704360 Let npm reformat package-lock.json
Recent versions of `npm` record sub-dependency version ranges
differently, though the actual modules installed have not changed. I'm
separating this into its own commit so it doesn't make other changes
harder to see.
2018-12-03 15:39:42 -08:00
scripts Fix static assets path 2018-10-24 09:47:59 -07:00
src Don't import scratch-gui internals 2018-11-08 18:48:44 -08:00
.editorconfig Use eslint-config-scratch 2018-09-27 14:28:23 -07:00
.eslintignore Use eslint-config-scratch 2018-09-27 14:28:23 -07:00
.eslintrc.js Add media library assets, fetch script 2018-10-19 15:19:41 -07:00
.gitattributes Initial commit 2018-09-06 11:20:27 -07:00
.gitignore Merge branch 'electron-webpack' into develop 2018-10-31 14:52:34 -07:00
.npmignore Initial commit 2018-09-06 11:20:27 -07:00
electron-webpack.json5 Fix build with/without npm ln, match scratch-gui 2018-10-24 09:47:52 -07:00
LICENSE Initial commit 2018-09-06 11:20:27 -07:00
package-lock.json Let npm reformat package-lock.json 2018-12-03 15:39:42 -08:00
package.json use rimraf and mkdirp to ensure clean builds 2018-10-31 15:40:27 -07:00
README.md Convert to use npm instead of yarn, rename app 2018-09-27 14:26:51 -07:00
TRADEMARK Initial commit 2018-09-06 11:20:27 -07:00
webpack.main.additions.js Fix build with/without npm ln, match scratch-gui 2018-10-24 09:47:52 -07:00
webpack.renderer.additions.js Fix static assets path 2018-10-24 09:47:59 -07:00

scratch-desktop

Scratch 3.0 as a standalone desktop application