mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
23 lines
555 B
JSON
23 lines
555 B
JSON
{
|
|
"name": "electron-webpack-quick-start",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "electron-webpack dev",
|
|
"compile": "electron-webpack",
|
|
"dist": "yarn compile && electron-builder",
|
|
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null"
|
|
},
|
|
"dependencies": {
|
|
"source-map-support": "^0.5.9"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "2.0.7",
|
|
"electron-builder": "^20.28.1",
|
|
"electron-webpack": "^2.1.2",
|
|
"webpack": "^4.16.5"
|
|
},
|
|
"resolutions": {
|
|
"upath": "^1.0.5"
|
|
}
|
|
}
|