|
2 | 2 | "name": "bytecode-website", |
3 | 3 | "private": false, |
4 | 4 | "description": "The Bytecode Digital Agency website, released as free software", |
5 | | - "version": "v2.6.2", |
| 5 | + "version": "v2.7.1", |
6 | 6 | "author": "Luciano Nooijen <[email protected]>", |
7 | 7 | "keywords": [ |
8 | 8 | "bytecode" |
|
21 | 21 | "reinstall": "rm -rf node_modules && yarn" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
| 24 | + "@babel/core": " ^7.0.0-0", |
24 | 25 | "@mdx-js/mdx": "^1.6.22", |
25 | 26 | "@mdx-js/react": "^1.6.22", |
| 27 | + "@react-icons/all-files": "^4.1.0", |
26 | 28 | "@types/jest": "^26.0.19", |
27 | 29 | "@types/node": "^14.14.12", |
28 | 30 | "@types/react": "^17.0.0", |
29 | 31 | "@types/react-router-dom": "^5.1.6", |
| 32 | + "@types/react-stickynode": "^3.0.1", |
30 | 33 | "@types/uuid": "^8.3.0", |
31 | 34 | "axios": "^0.21.0", |
32 | 35 | "babel-preset-gatsby": "^0.8.0", |
33 | 36 | "change-case": "^4.1.2", |
| 37 | + "core-js": "^3.0.0", |
34 | 38 | "gatsby": "^2.29.1", |
35 | 39 | "gatsby-image": "^2.2.18", |
36 | | - "gatsby-mdx": "^0.6.3", |
37 | 40 | "gatsby-plugin-babel": "^1.0.0", |
38 | 41 | "gatsby-plugin-manifest": "^2.2.16", |
| 42 | + "gatsby-plugin-mdx": "^2.6.0", |
39 | 43 | "gatsby-plugin-offline": "^3.0.5", |
40 | 44 | "gatsby-plugin-react-helmet": "^3.1.7", |
41 | 45 | "gatsby-plugin-robots-txt": "^1.5.0", |
|
50 | 54 | "react-dom": "^17.0.1", |
51 | 55 | "react-grid-system": "^7.1.1", |
52 | 56 | "react-helmet": "^6.1.0", |
| 57 | + "react-is": "16.8.0", |
| 58 | + "react-stickynode": "^3.0.5", |
| 59 | + "sharp": "^0.28.3", |
53 | 60 | "styled-components": "^5.2.1", |
54 | 61 | "styled-components-style-utils": "^1.2.1", |
55 | 62 | "to-style": "^1.3.3", |
|
58 | 65 | }, |
59 | 66 | "devDependencies": { |
60 | 67 | "@babel/plugin-transform-modules-commonjs": "^7.12.1", |
| 68 | + "@babel/preset-env": "^7.14.4", |
| 69 | + "@types/mdx-js__react": "^1.5.3", |
61 | 70 | "@types/react-dom": "^17.0.0", |
62 | 71 | "@types/react-helmet": "^6.1.0", |
63 | 72 | "@types/styled-components": "^5.1.5", |
64 | | - "@typescript-eslint/eslint-plugin": "^4.9.1", |
65 | | - "@typescript-eslint/parser": "^4.9.1", |
66 | | - "eslint": "^7.15.0", |
| 73 | + "@typescript-eslint/eslint-plugin": "^4.26.1", |
| 74 | + "@typescript-eslint/parser": "^4.26.1", |
| 75 | + "babel-plugin-styled-components": "^1.5.0", |
| 76 | + "eslint": "^7.28.0", |
67 | 77 | "eslint-config-airbnb": "^18.2.1", |
68 | 78 | "eslint-config-prettier": "^7.0.0", |
69 | 79 | "eslint-plugin-import": "^2.22.1", |
70 | 80 | "eslint-plugin-jest": "^24.1.3", |
71 | 81 | "eslint-plugin-jsx-a11y": "^6.4.1", |
72 | 82 | "eslint-plugin-prettier": "^3.2.0", |
73 | 83 | "eslint-plugin-react": "^7.21.5", |
| 84 | + "eslint-plugin-react-hooks": "^4", |
74 | 85 | "eslint-plugin-security": "^1.4.0", |
75 | 86 | "jest": "^26.6.3", |
76 | 87 | "prettier": "^2.2.1", |
|
0 commit comments