Revert "Master release/2021-08-11"
Showing
This diff is collapsed.
... | ... | @@ -26,12 +26,11 @@ |
"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 && npm run deploy:s3:css", | ||
"deploy:s3": "npm run deploy:s3:all && npm run deploy:s3:svg && npm run deploy:s3:js", | ||
"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' --exclude '*.css' ./build/ s3://$S3_BUCKET_NAME/", | ||
"deploy:s3:all": "npm run deploy:s3cmd -- --exclude '.DS_Store' --exclude '*.svg' --exclude '*.js' ./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", | ||
... | ... | @@ -70,7 +69,6 @@ |
"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", | ||
... | ... | @@ -107,7 +105,6 @@ |
"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", | ||
... | ... | @@ -130,8 +127,8 @@ |
"redux-mock-store": "1.5.4", | ||
"redux-thunk": "2.0.1", | ||
"sass-loader": "6.0.6", | ||
"scratch-gui": "0.1.0-prerelease.20210811131219", | ||
"scratch-l10n": "3.14.20210811031521", | ||
"scratch-gui": "0.1.0-prerelease.20210804101730", | ||
"scratch-l10n": "3.13.20210804031526", | ||
"selenium-webdriver": "3.6.0", | ||
"slick-carousel": "1.6.0", | ||
"style-loader": "0.12.3", | ||
... | ... |
src/views/sec/l10n.json
0 → 100644
src/views/sec/sec.jsx
0 → 100644
This diff is collapsed.
src/views/sec/sec.scss
0 → 100644
Please register or sign in to comment