Merge branch 'develop' of https://github.com/LLK/scratch-www into transfer-modal
Showing
This diff is collapsed.
... | ... | @@ -26,11 +26,12 @@ |
"clean": "rm -rf ./build && rm -rf ./intl && mkdir -p build && mkdir -p intl", | ||
"deploy": "npm run deploy:s3 && npm run deploy:fastly", | ||
"deploy:fastly": "node ./bin/configure-fastly.js", | ||
"deploy:s3": "npm run deploy:s3:all && npm run deploy:s3:svg && npm run deploy:s3:js", | ||
"deploy:s3": "npm run deploy:s3:all && npm run deploy:s3:svg && npm run deploy:s3:js && npm run deploy:s3:css", | ||
"deploy:s3cmd": "s3cmd sync -P --delete-removed --add-header=Cache-Control:no-cache,public,max-age=3600 --add-header=x-amz-meta-surrogate-key:static-assets", | ||
"deploy:s3:all": "npm run deploy:s3cmd -- --exclude '.DS_Store' --exclude '*.svg' --exclude '*.js' ./build/ s3://$S3_BUCKET_NAME/", | ||
"deploy:s3:all": "npm run deploy:s3cmd -- --exclude '.DS_Store' --exclude '*.svg' --exclude '*.js' --exclude '*.css' ./build/ s3://$S3_BUCKET_NAME/", | ||
"deploy:s3:svg": "npm run deploy:s3cmd -- --exclude '*' --include '*.svg' --mime-type 'image/svg+xml' ./build/ s3://$S3_BUCKET_NAME/", | ||
"deploy:s3:js": "npm run deploy:s3cmd -- --exclude '*' --include '*.js' --mime-type 'application/javascript' ./build/ s3://$S3_BUCKET_NAME/", | ||
"deploy:s3:css": "npm run deploy:s3cmd -- --exclude '*' --include '*.css' --mime-type 'text/css' ./build/ s3://$S3_BUCKET_NAME/", | ||
"i18n:push": "./bin/tx-push-www --execute", | ||
"translate:urls": "node ./bin/get-localized-urls localized-urls.json", | ||
"translate:files": "node ./bin/build-locales node_modules/scratch-l10n/www intl", | ||
... | ... | @@ -55,20 +56,21 @@ |
"lodash.defaults": "4.0.1", | ||
"lodash.get": "^4.4.2", | ||
"react-helmet": "5.2.0", | ||
"react-router-dom": "^5.2.0", | ||
"scratch-parser": "^5.0.0", | ||
"scratch-storage": "^0.5.1" | ||
"react-router-dom": "5.2.0", | ||
"scratch-parser": "5.0.0", | ||
"scratch-storage": "0.5.1" | ||
}, | ||
"devDependencies": { | ||
"@formatjs/intl-locale": "^2.4.13", | ||
"@formatjs/intl-pluralrules": "^4.0.6", | ||
"@formatjs/intl-relativetimeformat": "^8.0.3", | ||
"@formatjs/intl-locale": "2.4.34", | ||
"@formatjs/intl-pluralrules": "4.0.28", | ||
"@formatjs/intl-relativetimeformat": "8.1.8", | ||
"async": "3.1.0", | ||
"autoprefixer": "6.3.6", | ||
"babel-cli": "6.26.0", | ||
"babel-core": "6.23.1", | ||
"babel-eslint": "10.0.3", | ||
"babel-loader": "7.1.0", | ||
"babel-plugin-syntax-dynamic-import": "^6.18.0", | ||
"babel-plugin-transform-object-rest-spread": "6.26.0", | ||
"babel-plugin-transform-require-context": "0.1.1", | ||
"babel-preset-es2015": "6.22.0", | ||
... | ... | @@ -77,7 +79,7 @@ |
"chromedriver": "91.0.1", | ||
"classnames": "2.2.5", | ||
"cookie": "0.4.1", | ||
"copy-webpack-plugin": "^4.5.1", | ||
"copy-webpack-plugin": "4.6.0", | ||
"css-loader": "0.23.1", | ||
"email-validator": "2.0.4", | ||
"enzyme": "3.10.0", | ||
... | ... | @@ -86,7 +88,7 @@ |
"eslint-config-scratch": "7.0.0", | ||
"eslint-plugin-json": "2.0.1", | ||
"eslint-plugin-react": "7.14.2", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-plugin-react-hooks": "4.2.0", | ||
"fastly": "1.2.1", | ||
"formik": "1.5.4", | ||
"formsy-react": "1.1.4", | ||
... | ... | @@ -94,9 +96,9 @@ |
"git-bundle-sha": "0.0.2", | ||
"glob": "5.0.15", | ||
"google-libphonenumber": "3.2.18", | ||
"html-webpack-plugin": "^3.2.0", | ||
"html-webpack-plugin": "3.2.0", | ||
"iso-3166-2": "0.4.0", | ||
"jest": "^23.6.0", | ||
"jest": "23.6.0", | ||
"jest-junit": "12.0.0", | ||
"keymirror": "0.1.1", | ||
"lodash.bindall": "4.4.0", | ||
... | ... | @@ -105,16 +107,17 @@ |
"lodash.mergewith": "4.6.2", | ||
"lodash.omit": "3.1.0", | ||
"lodash.uniqby": "4.7.0", | ||
"mini-css-extract-plugin": "^1.6.2", | ||
"minilog": "2.0.8", | ||
"node-sass": "4.14.1", | ||
"pako": "0.2.8", | ||
"plotly.js": "1.47.4", | ||
"postcss-loader": "2.0.10", | ||
"prop-types": "15.6.0", | ||
"query-string": "^5.1.1", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"react-intl": "2.8.0", | ||
"query-string": "5.1.1", | ||
"react": "16.14.0", | ||
"react-dom": "16.14.0", | ||
"react-intl": "2.9.0", | ||
"react-modal": "3.11.1", | ||
"react-onclickoutside": "6.7.1", | ||
"react-plotly.js": "2.4.0", | ||
... | ... | @@ -124,19 +127,19 @@ |
"react-string-replace": "0.4.1", | ||
"react-telephone-input": "4.3.4", | ||
"redux": "3.5.2", | ||
"redux-mock-store": "^1.2.3", | ||
"redux-mock-store": "1.5.4", | ||
"redux-thunk": "2.0.1", | ||
"sass-loader": "6.0.6", | ||
"scratch-gui": "0.1.0-prerelease.20210707095345", | ||
"scratch-l10n": "3.13.20210708031448", | ||
"scratch-gui": "0.1.0-prerelease.20210810104439", | ||
"scratch-l10n": "3.14.20210810031545", | ||
"selenium-webdriver": "3.6.0", | ||
"slick-carousel": "1.6.0", | ||
"style-loader": "0.12.3", | ||
"tap": "14.11.0", | ||
"url-loader": "2.3.0", | ||
"webpack": "^4.46.0", | ||
"webpack-bundle-analyzer": "^4.4.0", | ||
"webpack-cli": "^3.1.0", | ||
"webpack": "4.46.0", | ||
"webpack-bundle-analyzer": "4.4.2", | ||
"webpack-cli": "3.3.12", | ||
"webpack-dev-middleware": "2.0.4", | ||
"xhr": "2.2.0" | ||
}, | ||
... | ... |
renovate.json5
0 → 100644
This diff is collapsed.
Please register or sign in to comment