forked from scratchfoundation/scratch-l10n
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Might make merge a bit easier later as upstream did this
- Loading branch information
1 parent
2d39960
commit 8dca825
Showing
1 changed file
with
88 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,90 +1,90 @@ | ||
{ | ||
"name": "@turbowarp/scratch-l10n", | ||
"version": "3.1001.0", | ||
"description": "Minified scratch-l10n for TurboWarp", | ||
"main": "./dist/l10n.js", | ||
"browser": "./src/index.js", | ||
"bin": { | ||
"build-i18n-src": "./scripts/build-i18n-src.js", | ||
"tx-push-src": "./scripts/tx-push-src.js" | ||
}, | ||
"scripts": { | ||
"build": "npm run clean && npm run build:data && webpack --progress --colors --bail", | ||
"build:data": "babel-node scripts/build-data", | ||
"clean": "rimraf ./dist ./locales && mkdirp dist locales", | ||
"lint": "npm run lint:js && npm run lint:json", | ||
"lint:js": "eslint . --ext .js", | ||
"lint:json": "jshint -e .json www editor/blocks editor/extensions editor/interface editor/paint-editor", | ||
"pull:blocks": "babel-node scripts/tx-pull-editor scratch-editor blocks ./editor/blocks/", | ||
"pull:editor": "npm run pull:blocks && npm run pull:extensions && npm run pull:paint && npm run pull:interface", | ||
"pull:extensions": "babel-node scripts/tx-pull-editor scratch-editor extensions ./editor/extensions/", | ||
"pull:help": "npm run pull:help:names && npm run pull:help:articles", | ||
"pull:help:articles": "./scripts/tx-pull-help-articles.js", | ||
"pull:help:names": "./scripts/tx-pull-help-names.js", | ||
"pull:interface": "babel-node scripts/tx-pull-editor scratch-editor interface ./editor/interface/", | ||
"pull:paint": "babel-node scripts/tx-pull-editor scratch-editor paint-editor ./editor/paint-editor/", | ||
"pull:www": "babel-node scripts/tx-pull-www ./www", | ||
"push:help": "./scripts/tx-push-help.js", | ||
"sync:help": "npm run push:help && npm run pull:help", | ||
"test": "npm run lint:js && npm run validate:editor && npm run validate:www && npm run build && npm run lint:json", | ||
"tw:pull": "babel-node scripts/tw-pull", | ||
"tw:push": "babel-node scripts/tw-push", | ||
"tw:publish": "./scripts/tw-publish.sh", | ||
"update": "scripts/update-translations.sh", | ||
"validate:blocks": "babel-node scripts/validate-translations ./editor/blocks/", | ||
"validate:editor": "npm run validate:blocks && npm run validate:extensions && npm run validate:interface && npm run validate:paint", | ||
"validate:extensions": "babel-node scripts/validate-translations ./editor/extensions/ && babel-node scripts/validate-extension-inputs", | ||
"validate:interface": "babel-node scripts/validate-translations ./editor/interface/", | ||
"validate:paint": "babel-node scripts/validate-translations ./editor/paint-editor/", | ||
"validate:www": "babel-node scripts/validate-www ./www" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/TurboWarp/scratch-l10n.git" | ||
}, | ||
"author": "Thomas Weber", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/TurboWarp/scratch-l10n/issues" | ||
}, | ||
"homepage": "https://github.com/TurboWarp/scratch-l10n#readme", | ||
"dependencies": { | ||
"@babel/cli": "^7.1.2", | ||
"@babel/core": "^7.1.2", | ||
"@transifex/api": "4.3.0", | ||
"babel-plugin-react-intl": "^3.0.1", | ||
"download": "^8.0.0", | ||
"transifex": "1.6.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "7.18.2", | ||
"@babel/node": "7.22.19", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-transform-async-to-generator": "^7.1.0", | ||
"@babel/preset-env": "^7.9.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"async": "3.2.5", | ||
"babel-eslint": "^10.0.1", | ||
"babel-loader": "8.3.0", | ||
"eslint": "8.17.0", | ||
"eslint-config-scratch": "9.0.3", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-react": "^7.5.1", | ||
"format-message-cli": "6.2.4", | ||
"format-message-parse": "6.2.4", | ||
"glob": "7.2.3", | ||
"jshint": "2.13.6", | ||
"json": "^9.0.6", | ||
"jsonlint": "1.6.3", | ||
"lodash.defaultsdeep": "4.6.1", | ||
"mkdirp": "^0.5.1", | ||
"node-fetch": "^2.6.0", | ||
"p-limit": "2.3.0", | ||
"p-queue": "3.2.0", | ||
"rimraf": "^2.6.2", | ||
"webpack": "^4.6.0", | ||
"webpack-cli": "^3.1.2", | ||
"yaml": "^2.3.4" | ||
} | ||
"name": "@turbowarp/scratch-l10n", | ||
"version": "3.1001.0", | ||
"description": "Minified scratch-l10n for TurboWarp", | ||
"main": "./dist/l10n.js", | ||
"browser": "./src/index.js", | ||
"bin": { | ||
"build-i18n-src": "./scripts/build-i18n-src.js", | ||
"tx-push-src": "./scripts/tx-push-src.js" | ||
}, | ||
"scripts": { | ||
"build": "npm run clean && npm run build:data && webpack --progress --colors --bail", | ||
"build:data": "babel-node scripts/build-data", | ||
"clean": "rimraf ./dist ./locales && mkdirp dist locales", | ||
"lint": "npm run lint:js && npm run lint:json", | ||
"lint:js": "eslint . --ext .js", | ||
"lint:json": "jshint -e .json www editor/blocks editor/extensions editor/interface editor/paint-editor", | ||
"pull:blocks": "babel-node scripts/tx-pull-editor scratch-editor blocks ./editor/blocks/", | ||
"pull:editor": "npm run pull:blocks && npm run pull:extensions && npm run pull:paint && npm run pull:interface", | ||
"pull:extensions": "babel-node scripts/tx-pull-editor scratch-editor extensions ./editor/extensions/", | ||
"pull:help": "npm run pull:help:names && npm run pull:help:articles", | ||
"pull:help:articles": "./scripts/tx-pull-help-articles.js", | ||
"pull:help:names": "./scripts/tx-pull-help-names.js", | ||
"pull:interface": "babel-node scripts/tx-pull-editor scratch-editor interface ./editor/interface/", | ||
"pull:paint": "babel-node scripts/tx-pull-editor scratch-editor paint-editor ./editor/paint-editor/", | ||
"pull:www": "babel-node scripts/tx-pull-www ./www", | ||
"push:help": "./scripts/tx-push-help.js", | ||
"sync:help": "npm run push:help && npm run pull:help", | ||
"test": "npm run lint:js && npm run validate:editor && npm run validate:www && npm run build && npm run lint:json", | ||
"tw:pull": "babel-node scripts/tw-pull", | ||
"tw:push": "babel-node scripts/tw-push", | ||
"tw:publish": "./scripts/tw-publish.sh", | ||
"update": "scripts/update-translations.sh", | ||
"validate:blocks": "babel-node scripts/validate-translations ./editor/blocks/", | ||
"validate:editor": "npm run validate:blocks && npm run validate:extensions && npm run validate:interface && npm run validate:paint", | ||
"validate:extensions": "babel-node scripts/validate-translations ./editor/extensions/ && babel-node scripts/validate-extension-inputs", | ||
"validate:interface": "babel-node scripts/validate-translations ./editor/interface/", | ||
"validate:paint": "babel-node scripts/validate-translations ./editor/paint-editor/", | ||
"validate:www": "babel-node scripts/validate-www ./www" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/TurboWarp/scratch-l10n.git" | ||
}, | ||
"author": "Thomas Weber", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/TurboWarp/scratch-l10n/issues" | ||
}, | ||
"homepage": "https://github.com/TurboWarp/scratch-l10n#readme", | ||
"dependencies": { | ||
"@babel/cli": "^7.1.2", | ||
"@babel/core": "^7.1.2", | ||
"@transifex/api": "4.3.0", | ||
"babel-plugin-react-intl": "^3.0.1", | ||
"download": "^8.0.0", | ||
"transifex": "1.6.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "7.18.2", | ||
"@babel/node": "7.22.19", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-transform-async-to-generator": "^7.1.0", | ||
"@babel/preset-env": "^7.9.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"async": "3.2.5", | ||
"babel-eslint": "^10.0.1", | ||
"babel-loader": "8.3.0", | ||
"eslint": "8.17.0", | ||
"eslint-config-scratch": "9.0.3", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-react": "^7.5.1", | ||
"format-message-cli": "6.2.4", | ||
"format-message-parse": "6.2.4", | ||
"glob": "7.2.3", | ||
"jshint": "2.13.6", | ||
"json": "^9.0.6", | ||
"jsonlint": "1.6.3", | ||
"lodash.defaultsdeep": "4.6.1", | ||
"mkdirp": "^0.5.1", | ||
"node-fetch": "^2.6.0", | ||
"p-limit": "2.3.0", | ||
"p-queue": "3.2.0", | ||
"rimraf": "^2.6.2", | ||
"webpack": "^4.6.0", | ||
"webpack-cli": "^3.1.2", | ||
"yaml": "^2.3.4" | ||
} | ||
} |