{ "name": "scratch-desktop", "productName": "Scratch Desktop", "description": "Scratch 3.0 as a self-contained desktop application", "author": "Scratch Foundation", "version": "3.13.1", "license": "BSD-3-Clause", "scripts": { "clean": "rimraf ./dist ./static/assets && node ./scripts/npm-in-gui.js run clean", "start": "electron-webpack dev --bail --display-error-details --env.minify=false", "compile": "npm run build-gui && electron-webpack --bail --display-error-details --env.minify=false", "fetch": "rimraf ./static/assets/ && mkdirp ./static/assets/ && node ./scripts/fetchMediaLibraryAssets.js", "build": "npm run build:dev", "build:dev": "npm run compile && npm run doBuild -- --mode=dev", "build:dir": "npm run compile && npm run doBuild -- --mode=dir", "build:dist": "npm run compile && npm run doBuild -- --mode=dist", "doBuild": "node ./scripts/electron-builder-wrapper.js", "dist": "npm run clean && npm run compile && npm run fetch && npm run doBuild -- --mode=dist", "distDev": "npm run clean && npm run compile && npm run fetch && npm run doBuild -- --mode=dev", "test": "npm run test:lint", "test:lint": "eslint --cache --color --ext .jsx,.js .", "postinstall": "node ./scripts/npm-in-gui.js install", "build-gui": "node ./scripts/npm-in-gui.js run build", "watch-gui": "node ./scripts/npm-in-gui.js run watch" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/LLK/scratch-desktop.git" }, "dependencies": { "source-map-support": "^0.5.19" }, "devDependencies": { "@babel/core": "^7.9.6", "@babel/plugin-proposal-object-rest-spread": "^7.9.6", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-async-to-generator": "^7.8.3", "@babel/preset-env": "^7.9.6", "@babel/preset-react": "^7.9.4", "async": "^3.2.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "babel-plugin-react-intl": "^7.5.7", "copy-webpack-plugin": "^5.1.1", "electron": "^8.2.5", "electron-builder": "^22.6.0", "electron-devtools-installer": "^3.0.0", "electron-notarize": "^0.3.0", "electron-store": "^5.1.1", "electron-webpack": "^2.8.2", "eslint": "^7.0.0", "eslint-config-scratch": "^6.0.0", "eslint-plugin-import": "^2.20.0", "eslint-plugin-react": "^7.20.0", "intl": "1.2.5", "lodash.bindall": "^4.4.0", "lodash.defaultsdeep": "^4.6.1", "minilog": "^3.1.0", "mkdirp": "^1.0.4", "nets": "^3.2.0", "react": "16.2.0", "react-dom": "16.2.1", "react-intl": "2.8.0", "react-redux": "5.0.7", "redux": "3.5.2", "rimraf": "^3.0.2", "scratch-gui": "github:LLK/scratch-gui#scratch-desktop", "source-map-loader": "^0.2.4", "uuid": "^8.0.0", "webpack": "^4.43.0" }, "resolutions": { "upath": "^1.0.5" } }