2016-01-08 14:31:04 -05:00
|
|
|
{
|
|
|
|
"name": "scratchjr",
|
2016-02-03 15:00:55 -05:00
|
|
|
"version": "1.2.0",
|
2016-01-08 14:31:04 -05:00
|
|
|
"description": "ScratchJr",
|
|
|
|
"scripts": {
|
2016-01-12 15:08:37 -05:00
|
|
|
"lint": "eslint src/**",
|
2018-09-11 02:27:15 -04:00
|
|
|
"watch": "webpack --mode=development --progress --hide-modules --watch",
|
|
|
|
"dev": "webpack --mode=development --progress --hide-modules",
|
|
|
|
"build": "webpack --mode=production --progress --hide-modules"
|
2016-01-08 14:31:04 -05:00
|
|
|
},
|
2016-05-18 07:58:44 -04:00
|
|
|
"author": "Massachusetts Institute of Technology",
|
2016-02-09 12:49:21 -05:00
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/llk/scratchjr/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/llk/scratchjr",
|
2016-01-08 14:31:04 -05:00
|
|
|
"devDependencies": {
|
2020-08-14 15:52:03 -04:00
|
|
|
"@babel/polyfill": "^7.10.4",
|
2016-01-12 15:08:37 -05:00
|
|
|
"babel-core": "^6.4.0",
|
|
|
|
"babel-eslint": "^4.1.6",
|
2018-09-11 02:13:38 -04:00
|
|
|
"babel-loader": "^7.1.4",
|
2016-01-12 15:08:37 -05:00
|
|
|
"babel-preset-es2015": "^6.3.13",
|
2020-08-14 15:52:03 -04:00
|
|
|
"babel-preset-stage-3": "^6.24.1",
|
2016-01-08 14:31:04 -05:00
|
|
|
"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",
|
2016-01-12 15:08:37 -05:00
|
|
|
"eslint": "^1.10.3",
|
2016-01-21 16:12:04 -05:00
|
|
|
"expose-loader": "^0.7.1",
|
2016-01-13 15:20:19 -05:00
|
|
|
"strip-sourcemap-loader": "0.0.1",
|
2018-09-11 02:13:38 -04:00
|
|
|
"webpack": "^4.18.0",
|
|
|
|
"webpack-cli": "^3.1.0",
|
|
|
|
"webpack-notifier": "^1.6.0"
|
2016-01-08 14:31:04 -05:00
|
|
|
},
|
2016-01-12 15:08:37 -05:00
|
|
|
"dependencies": {
|
|
|
|
"intl": "^1.0.1",
|
2016-01-13 17:05:50 -05:00
|
|
|
"intl-messageformat": "^1.2.0",
|
2016-01-13 18:44:04 -05:00
|
|
|
"jszip": "^2.5.0",
|
|
|
|
"snapsvg": "^0.3.0"
|
2016-01-12 15:08:37 -05:00
|
|
|
}
|
2016-01-08 14:31:04 -05:00
|
|
|
}
|