1 Star 0 Fork 59

开心~加油/scratch

forked from Gitee 极速下载/scratch 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.95 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "scratch-desktop",
"productName": "Scratch",
"description": "Scratch 3.0 as a self-contained desktop application",
"author": "Scratch Foundation",
"version": "3.30.5",
"license": "BSD-3-Clause",
"scripts": {
"clean": "rimraf ./dist ./static/assets",
"start": "mkdirp ./dist && electron-webpack dev --bail --display-error-details --env.minify=false --no-progress",
"compile": "mkdirp ./dist && electron-webpack --bail --display-error-details --env.minify=false --no-progress",
"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 ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/scratchfoundation/scratch-desktop.git"
},
"dependencies": {
"source-map-support": "0.5.19"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-async-to-generator": "7.24.7",
"@babel/plugin-transform-nullish-coalescing-operator": "7.24.7",
"@babel/plugin-transform-optional-chaining": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"async": "3.2.5",
"autoprefixer": "9.8.8",
"babel-eslint": "10.1.0",
"babel-loader": "8.3.0",
"babel-plugin-react-intl": "7.9.4",
"copy-webpack-plugin": "5.1.2",
"css-loader": "1.0.1",
"electron": "23.3.13",
"electron-builder": "22.14.13",
"electron-devtools-installer": "3.2.0",
"electron-notarize": "1.2.2",
"electron-store": "8.2.0",
"electron-webpack": "2.8.2",
"eslint": "8.57.0",
"eslint-config-scratch": "9.0.8",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.34.3",
"fs-extra": "9.1.0",
"intl": "1.2.5",
"lodash.bindall": "4.4.0",
"lodash.defaultsdeep": "4.6.1",
"minilog": "3.1.0",
"minimist": "1.2.8",
"mkdirp": "1.0.4",
"nets": "3.2.0",
"postcss-import": "12.0.1",
"postcss-simple-vars": "5.0.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-intl": "2.9.0",
"react-redux": "5.1.2",
"redux": "3.7.2",
"rimraf": "3.0.2",
"scratch-gui": "github:scratchfoundation/scratch-gui#scratch-desktop-v3.30.1",
"uuid": "8.3.2",
"webpack": "4.47.0",
"webpack-merge": "4.2.2"
},
"resolutions": {
"upath": "1.2.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/cao_code/scratch.git
git@gitee.com:cao_code/scratch.git
cao_code
scratch
scratch
develop

搜索帮助