mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-23 06:02:30 -05:00
69 lines
2.5 KiB
JSON
69 lines
2.5 KiB
JSON
{
|
|
"name": "scratch-desktop",
|
|
"productName": "Scratch Desktop",
|
|
"description": "Scratch 3.0 as a self-contained desktop application",
|
|
"author": "Scratch Foundation",
|
|
"version": "3.12.0",
|
|
"license": "BSD-3-Clause",
|
|
"scripts": {
|
|
"postinstall": "node ./scripts/npm-in-gui.js install",
|
|
"start": "electron-webpack dev --bail --display-error-details --env.minify=false",
|
|
"build-gui": "node ./scripts/npm-in-gui.js run build",
|
|
"watch-gui": "node ./scripts/npm-in-gui.js run watch",
|
|
"clean": "rimraf ./dist ./static/assets ./node_modules/scratch-gui/build ./node_modules/scratch-gui/dist",
|
|
"compile": "rimraf ./dist/ && electron-webpack --bail --display-error-details --env.minify=false",
|
|
"fetch": "rimraf ./static/assets/ && mkdirp ./static/assets/ && node ./scripts/fetchMediaLibraryAssets.js",
|
|
"dist": "npm run build-gui && npm run fetch && npm run compile -p && node ./scripts/electron-builder-wrapper.js",
|
|
"dist:dir": "npm run dist -- --dir -c.compression=store -c.mac.identity=null",
|
|
"lint": "eslint --cache --color --ext .jsx,.js ."
|
|
},
|
|
"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"
|
|
}
|
|
}
|