scratch-gui/package.json
semantic-release-bot 7a72429477 chore(release): 4.1.7 [skip ci]
## [4.1.7](https://github.com/scratchfoundation/scratch-gui/compare/v4.1.6...v4.1.7) (2024-11-23)

### Bug Fixes

* **deps:** lock file maintenance ([88192de](88192dedb2))
2024-11-23 09:44:12 +00:00

165 lines
5.5 KiB
JSON

{
"name": "scratch-gui",
"version": "4.1.7",
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"homepage": "https://github.com/scratchfoundation/scratch-gui#readme",
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-gui.git"
},
"main": "./dist/scratch-gui.js",
"scripts": {
"build": "npm run clean && webpack",
"clean": "rimraf ./build ./dist",
"deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"[skip ci] Build for $(git log --pretty=format:%H -n1)\"",
"prepublish": "node scripts/prepublish.mjs",
"prune": "./prune-gh-pages.sh",
"i18n:push": "tx-push-src scratch-editor interface translations/en.json",
"i18n:src": "rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/",
"start": "webpack serve",
"test": "npm run test:lint && npm run test:unit && npm run build && npm run test:integration",
"test:integration": "jest --maxWorkers=4 test[\\\\/]integration",
"test:lint": "eslint . --ext .js,.jsx",
"test:unit": "jest test[\\\\/]unit",
"test:smoke": "jest --runInBand test[\\\\/]smoke",
"watch": "webpack --watch"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@microbit/microbit-universal-hex": "^0.2.2",
"arraybuffer-loader": "^1.0.6",
"autoprefixer": "^9.0.1",
"balance-text": "^3.3.1",
"base64-loader": "^1.0.0",
"bowser": "^1.9.4",
"cat-blocks": "npm:scratch-blocks@0.1.0-prerelease.20220318143026",
"classnames": "^2.2.6",
"computed-style-to-inline-style": "^3.0.0",
"cookie": "^0.6.0",
"copy-webpack-plugin": "^6.4.1",
"core-js": "^2.5.7",
"css-loader": "5.2.7",
"dapjs": "^2.3.0",
"es6-object-assign": "^1.1.0",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"get-float-time-domain-data": "^0.1.0",
"get-user-media-promise": "^1.1.4",
"immutable": "^3.8.2",
"intl": "^1.2.5",
"js-base64": "^2.4.9",
"keymirror": "^0.1.1",
"lodash.bindall": "^4.4.0",
"lodash.debounce": "^4.0.8",
"lodash.defaultsdeep": "^4.6.1",
"lodash.omit": "^4.5.0",
"lodash.throttle": "^4.0.1",
"minilog": "^3.1.0",
"omggif": "^1.0.9",
"papaparse": "^5.3.0",
"postcss-import": "^12.0.0",
"postcss-loader": "4.3.0",
"postcss-simple-vars": "^5.0.1",
"prop-types": "^15.5.10",
"query-string": "^5.1.1",
"raw-loader": "^4.0.0",
"react": "^16.0.0",
"react-contextmenu": "^2.9.4",
"react-dom": "^16.0.0",
"react-draggable": "^3.0.5",
"react-ga": "^2.5.3",
"react-intl": "^2.9.0",
"react-modal": "^3.9.1",
"react-popover": "^0.5.10",
"react-redux": "^5.0.7",
"react-responsive": "^5.0.0",
"react-style-proptype": "^3.2.2",
"react-tabs": "^2.3.0",
"react-tooltip": "^4.5.1",
"react-virtualized": "^9.20.1",
"redux": "^3.7.2",
"redux-throttle": "^0.1.1",
"scratch-audio": "^1.0.0",
"scratch-blocks": "^1.1.6",
"scratch-l10n": "^4.0.0",
"scratch-paint": "^2.2.151",
"scratch-render": "^1.0.233",
"scratch-render-fonts": "^1.0.2",
"scratch-storage": "^2.3.1",
"scratch-svg-renderer": "^2.3.102",
"scratch-vm": "^4.5.471",
"startaudiocontext": "^1.2.1",
"style-loader": "4.0.0",
"to-style": "^1.3.3",
"wav-encoder": "^1.3.0",
"xhr": "^2.5.0"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-async-to-generator": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "9.2.1",
"cheerio": "1.0.0-rc.3",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.8",
"eslint": "8.57.1",
"eslint-config-scratch": "9.0.9",
"eslint-import-resolver-webpack": "0.11.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "22.21.0",
"eslint-plugin-react": "7.37.2",
"file-loader": "6.2.0",
"gh-pages": "3.2.3",
"html-webpack-plugin": "5.6.3",
"husky": "8.0.3",
"jest": "21.2.1",
"jest-junit": "7.0.0",
"raf": "3.4.1",
"react-test-renderer": "16.14.0",
"redux-mock-store": "1.5.5",
"rimraf": "2.7.1",
"scratch-semantic-release-config": "1.0.16",
"scratch-webpack-configuration": "1.5.1",
"selenium-webdriver": "3.6.0",
"semantic-release": "19.0.5",
"stream-browserify": "3.0.0",
"url-loader": "4.1.1",
"web-audio-test-api": "0.5.2",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
"yauzl": "2.10.0"
},
"jest": {
"setupFiles": [
"raf/polyfill",
"<rootDir>/test/helpers/enzyme-setup.js"
],
"testPathIgnorePatterns": [
"src/test.js"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)\\??$": "<rootDir>/test/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/test/__mocks__/styleMock.js",
"editor-msgs(\\.js)?$": "<rootDir>/test/__mocks__/editor-msgs-mock.js"
}
}
}