|
7 | 7 | "url": "https://github.com/reactjs/reactjs.org"
|
8 | 8 | },
|
9 | 9 | "dependencies": {
|
10 |
| - "array-from": "^2.1.1", |
11 | 10 | "babel-eslint": "^8.0.1",
|
12 | 11 | "eslint": "^4.8.0",
|
13 | 12 | "eslint-config-fbjs": "^2.0.0",
|
|
19 | 18 | "eslint-plugin-react": "^7.4.0",
|
20 | 19 | "eslint-plugin-relay": "^0.0.19",
|
21 | 20 | "flow-bin": "^0.56.0",
|
22 |
| - "gatsby": "^1.9.273", |
23 |
| - "gatsby-link": "^1.6.9", |
24 |
| - "gatsby-plugin-catch-links": "^1.0.9", |
25 |
| - "gatsby-plugin-feed": "^1.3.9", |
26 |
| - "gatsby-plugin-glamor": "^1.6.4", |
27 |
| - "gatsby-plugin-google-analytics": "^1.0.4", |
28 |
| - "gatsby-plugin-manifest": "^1.0.4", |
29 |
| - "gatsby-plugin-netlify": "^1.0.21", |
30 |
| - "gatsby-plugin-nprogress": "^1.0.7", |
31 |
| - "gatsby-plugin-react-helmet": "^1.0.3", |
32 |
| - "gatsby-plugin-react-next": "^1.0.3", |
33 |
| - "gatsby-plugin-sharp": "^1.6.48", |
34 |
| - "gatsby-plugin-twitter": "^1.0.10", |
35 |
| - "gatsby-remark-autolink-headers": "^1.4.4", |
36 |
| - "gatsby-remark-code-repls": "^1.0.2", |
37 |
| - "gatsby-remark-copy-linked-files": "^1.5.2", |
38 |
| - "gatsby-remark-embed-snippet": "^1.0.22", |
39 |
| - "gatsby-remark-images": "^1.5.67", |
40 |
| - "gatsby-remark-prismjs": "^1.2.24", |
41 |
| - "gatsby-remark-responsive-iframe": "^1.4.3", |
42 |
| - "gatsby-remark-smartypants": "^1.4.3", |
43 |
| - "gatsby-source-filesystem": "^1.4.4", |
44 |
| - "gatsby-transformer-remark": "^1.7.44", |
45 |
| - "gatsby-transformer-sharp": "^1.6.27", |
| 21 | + "gatsby": "^2.0.0", |
| 22 | + "gatsby-plugin-catch-links": "^2.0.0", |
| 23 | + "gatsby-plugin-feed": "^2.0.0", |
| 24 | + "gatsby-plugin-glamor": "^2.0.0", |
| 25 | + "gatsby-plugin-google-analytics": "^2.0.0", |
| 26 | + "gatsby-plugin-manifest": "^2.0.0", |
| 27 | + "gatsby-plugin-netlify": "^2.0.0", |
| 28 | + "gatsby-plugin-nprogress": "^2.0.0", |
| 29 | + "gatsby-plugin-react-helmet": "^3.0.0", |
| 30 | + "gatsby-plugin-sharp": "^2.0.0", |
| 31 | + "gatsby-plugin-twitter": "^2.0.0", |
| 32 | + "gatsby-remark-autolink-headers": "^2.0.0", |
| 33 | + "gatsby-remark-code-repls": "^2.0.0", |
| 34 | + "gatsby-remark-copy-linked-files": "^2.0.0", |
| 35 | + "gatsby-remark-embed-snippet": "^3.0.0", |
| 36 | + "gatsby-remark-images": "^2.0.0", |
| 37 | + "gatsby-remark-prismjs": "^3.0.0", |
| 38 | + "gatsby-remark-responsive-iframe": "^2.0.0", |
| 39 | + "gatsby-remark-smartypants": "^2.0.0", |
| 40 | + "gatsby-source-filesystem": "^2.0.0", |
| 41 | + "gatsby-transformer-remark": "^2.0.0", |
| 42 | + "gatsby-transformer-sharp": "^2.0.0", |
46 | 43 | "glamor": "^2.20.40",
|
47 | 44 | "hex2rgba": "^0.0.1",
|
| 45 | + "normalize.css": "^8.0.0", |
48 | 46 | "prettier": "^1.7.4",
|
| 47 | + "prismjs": "^1.15.0", |
| 48 | + "react": "^16.4.1", |
| 49 | + "react-dom": "^16.4.1", |
| 50 | + "react-helmet": "^5.2.0", |
49 | 51 | "react-live": "1.8.0-0",
|
50 | 52 | "remarkable": "^1.7.1",
|
51 | 53 | "request-promise": "^4.2.2",
|
52 | 54 | "rimraf": "^2.6.1",
|
53 | 55 | "slugify": "^1.2.1",
|
54 |
| - "string.prototype.includes": "^1.0.0", |
55 |
| - "string.prototype.repeat": "^0.2.0", |
56 | 56 | "unist-util-visit": "^1.1.3"
|
57 | 57 | },
|
58 | 58 | "engines": {
|
|
76 | 76 | "dev": "gatsby develop -H 0.0.0.0",
|
77 | 77 | "flow": "flow",
|
78 | 78 | "format:source": "prettier --config .prettierrc --write \"{gatsby-*.js,{flow-typed,plugins,src}/**/*.js}\"",
|
79 |
| - "format:examples": "prettier --config .prettierrc.examples --write \"examples/**/*.js\"", |
| 79 | + "format:examples": "prettier --config examples/.prettierrc --write \"examples/**/*.js\"", |
80 | 80 | "lint": "eslint .",
|
81 | 81 | "netlify": "yarn --version && rimraf node_modules && yarn install --frozen-lockfile --check-files && yarn build",
|
82 | 82 | "nit:source": "prettier --config .prettierrc --list-different \"{gatsby-*.js,{flow-typed,plugins,src}/**/*.js}\"",
|
83 |
| - "nit:examples": "prettier --config .prettierrc.examples --list-different \"examples/**/*.js\"", |
| 83 | + "nit:examples": "prettier --config examples/.prettierrc --list-different \"examples/**/*.js\"", |
84 | 84 | "prettier": "yarn format:source && yarn format:examples",
|
85 | 85 | "prettier:diff": "yarn nit:source && yarn nit:examples",
|
86 | 86 | "reset": "rimraf ./.cache"
|
87 | 87 | },
|
88 | 88 | "devDependencies": {
|
| 89 | + "@babel/preset-flow": "^7.0.0", |
89 | 90 | "eslint-config-prettier": "^2.6.0",
|
90 | 91 | "lz-string": "^1.4.4",
|
91 | 92 | "npm-run-all": "^4.1.2",
|
|
0 commit comments