|
1 | 1 | { |
2 | 2 | "name": "ethereum-org-website", |
3 | | - "version": "7.17.0", |
| 3 | + "version": "7.17.1", |
4 | 4 | "description": "Website of ethereum.org", |
5 | 5 | "main": "index.js", |
6 | 6 | "repository": "[email protected]:ethereum/ethereum-org-website.git", |
|
17 | 17 | "@emotion/styled": "^11.9.3", |
18 | 18 | "@formatjs/intl-locale": "^2.4.14", |
19 | 19 | "@formatjs/intl-numberformat": "^6.1.4", |
| 20 | + "@googleapis/calendar": "^6.0.0", |
20 | 21 | "@mdx-js/mdx": "^1.6.5", |
21 | 22 | "@mdx-js/react": "^1.6.5", |
22 | 23 | "algoliasearch": "^4.3.0", |
|
55 | 56 | "gatsby-transformer-json": "^5.4.0", |
56 | 57 | "gatsby-transformer-remark": "^6.4.0", |
57 | 58 | "gatsby-transformer-sharp": "^5.4.0", |
| 59 | + "googleapis": "^118.0.0", |
58 | 60 | "htmr": "^1.0.2", |
59 | 61 | "i18next": "^21.9.2", |
60 | 62 | "is-relative-url": "^3.0.0", |
|
105 | 107 | "babel-loader": "^8.3.0", |
106 | 108 | "babel-preset-gatsby": "^2.23.0", |
107 | 109 | "chromatic": "^6.19.9", |
| 110 | + "cross-env": "^7.0.3", |
108 | 111 | "github-slugger": "^1.3.0", |
109 | 112 | "gray-matter": "^4.0.3", |
110 | 113 | "husky": "^4.2.5", |
|
122 | 125 | "scripts": { |
123 | 126 | "postinstall": "yarn theme", |
124 | 127 | "build": "gatsby build", |
125 | | - "build:lambda": "NODE_OPTIONS=--openssl-legacy-provider netlify-lambda build src/lambda --config=./webpack.lambda.js", |
126 | | - "build:10gb": "NODE_OPTIONS=--max-old-space-size=10240 gatsby build", |
| 128 | + "build:lambda": "cross-env NODE_OPTIONS=--openssl-legacy-provider netlify-lambda build src/lambda --config=./webpack.lambda.js", |
| 129 | + "build:10gb": "cross-env NODE_OPTIONS=--max-old-space-size=10240 gatsby build", |
127 | 130 | "clean": "gatsby clean", |
128 | 131 | "crowdin-clean": "rm -rf .crowdin && mkdir .crowdin", |
129 | 132 | "crowdin-import": "ts-node src/scripts/crowdin-import.ts", |
|
132 | 135 | "generate-heading-ids": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/generateHeadingIds.ts", |
133 | 136 | "unused-translations": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/unusedTranslations.ts", |
134 | 137 | "reorg-intl": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/reorgIntlFiles.ts", |
| 138 | + "optimize-images": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/optimizeImages.ts", |
135 | 139 | "crowdin-contributors": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/crowdin/getCrowdinContributors.ts", |
136 | 140 | "start": "gatsby develop", |
137 | 141 | "start:lambda": "netlify-lambda serve src/lambda", |
|
0 commit comments