1 Star 0 Fork 0

shizhier/scratch-blocks-me

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
shizhier 提交于 2024-01-04 16:10 . d
{
"name": "scratch-blocks-me",
"version": "1.0.0",
"description": "Scratch Blocks is a library for building creative computing interfaces.",
"author": "Massachusetts Institute of Technology",
"license": "Apache-2.0",
"homepage": "",
"main": "./dist/vertical.js",
"browser": "./shim/vertical.js",
"scripts": {
"deploy": "rimraf gh-pages/closure-library/scripts/ci/CloseAdobeDialog.exe && gh-pages -t -d gh-pages -m \"Build for $(git log --pretty=format:%H -n1) [skip ci]\"",
"prepublish": "python3 build.py && webpack",
"test:unit": "node tests/jsunit/test_runner.js",
"test:lint": "eslint .",
"test:messages": "npm run translate && node i18n/test_scratch_msgs.js",
"test": "npm run test:messages && npm run test:unit",
"version": "json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\"",
"translate": "node i18n/js_to_json.js && node i18n/json_to_js.js",
"translate:sync:src": "tx-push-src scratch-editor blocks msg/json/en.json",
"translate:sync:translations": "node i18n/sync_tx_translations.js",
"translate:update": "npm run translate:sync:src && npm run translate:sync:translations"
},
"dependencies": {
"chromedriver": "^118.0.1",
"exports-loader": "0.7.0",
"google-closure-library": "^20190301.0.0",
"imports-loader": "0.8.0",
"scratch-l10n-me": "1.0.0"
},
"devDependencies": {
"async": "2.6.4",
"copy-webpack-plugin": "4.6.0",
"eslint": "4.19.1",
"event-stream": "3.3.5",
"gh-pages": "0.12.0",
"glob": "7.2.3",
"google-closure-compiler": "^20180402.0.0",
"graceful-fs": "4.2.11",
"json": "9.0.6",
"rimraf": "2.7.1",
"selenium-webdriver": "4.14.0",
"transifex": "1.6.6",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "4.47.0",
"webpack-cli": "3.3.12"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shizhier/scratch-blocks-me.git
git@gitee.com:shizhier/scratch-blocks-me.git
shizhier
scratch-blocks-me
scratch-blocks-me
develop

搜索帮助