4 Star 7 Fork 8

鸽子/ScratchJr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
鸽子 提交于 2020-10-06 21:57 . 热部署
{
"name": "scratchjr",
"version": "1.2.0",
"description": "ScratchJr",
"scripts": {
"lint": "eslint src/**",
"watch": "webpack --mode=development --progress --hide-modules --watch",
"dev": "webpack --mode=development --progress --hide-modules",
"build": "webpack --mode=production --progress --hide-modules",
"start": "webpack-dev-server --inline --progress/"
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/llk/scratchjr/issues"
},
"homepage": "https://github.com/llk/scratchjr",
"devDependencies": {
"@babel/polyfill": "^7.10.4",
"babel-core": "^6.4.0",
"babel-eslint": "^4.1.6",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-3": "^6.24.1",
"esformatter": "^0.8.1",
"esformatter-braces": "^1.2.1",
"esformatter-dot-notation": "^1.3.1",
"esformatter-quotes": "^1.0.3",
"esformatter-semicolons": "^1.1.2",
"eslint": "^1.10.3",
"expose-loader": "^0.7.1",
"js-base64": "2.6.3",
"md5": "2.2.1",
"soundmanager2": "^2.97.20170602",
"strip-sourcemap-loader": "0.0.1",
"webpack": "^4.18.0",
"webpack-cli": "^3.1.0",
"webpack-notifier": "^1.6.0",
"localforage": "1.9.0",
"recordrtc": "5.6.1",
"webpack-dev-server": "^3.1.3"
},
"dependencies": {
"file-saver": "^2.0.2",
"intl": "^1.0.1",
"intl-messageformat": "^1.2.0",
"jszip": "^2.5.0",
"snapsvg": "^0.3.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chengyu2333/ScratchJr.git
git@gitee.com:chengyu2333/ScratchJr.git
chengyu2333
ScratchJr
ScratchJr
master

搜索帮助