|
2 | 2 | "name": "codedead.com", |
3 | 3 | "private": true, |
4 | 4 | "description": "CodeDead Website", |
5 | | - "version": "1.0.1", |
| 5 | + "version": "1.0.2", |
6 | 6 | "license": "0BSD", |
7 | 7 | "scripts": { |
8 | 8 | "build": "gatsby build", |
|
14 | 14 | "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@material-ui/core": "^4.11.4", |
18 | | - "@material-ui/icons": "^4.11.2", |
19 | | - "@material-ui/lab": "^4.0.0-alpha.58", |
20 | | - "axios": "^0.21.1", |
21 | | - "gatsby": "^3.6.2", |
22 | | - "gatsby-plugin-catch-links": "^3.6.0", |
23 | | - "gatsby-plugin-google-gtag": "^3.6.0", |
24 | | - "gatsby-plugin-image": "^1.6.0", |
25 | | - "gatsby-plugin-robots-txt": "^1.6.2", |
26 | | - "gatsby-plugin-sharp": "^3.6.0", |
27 | | - "gatsby-plugin-sitemap": "^4.2.0", |
28 | | - "gatsby-remark-images": "^5.3.0", |
29 | | - "gatsby-source-filesystem": "^3.6.0", |
30 | | - "gatsby-theme-material-ui": "^2.0.1", |
31 | | - "gatsby-transformer-remark": "^4.3.0", |
32 | | - "gatsby-transformer-sharp": "^3.6.0", |
| 17 | + "@emotion/react": "^11.7.1", |
| 18 | + "@emotion/styled": "^11.6.0", |
| 19 | + "@mui/icons-material": "^5.2.5", |
| 20 | + "@mui/material": "^5.2.8", |
| 21 | + "axios": "^0.24.0", |
| 22 | + "gatsby": "^4.5.3", |
| 23 | + "gatsby-plugin-catch-links": "^4.5.0", |
| 24 | + "gatsby-plugin-google-gtag": "^4.5.0", |
| 25 | + "gatsby-plugin-image": "^2.5.2", |
| 26 | + "gatsby-plugin-react-helmet": "^5.5.0", |
| 27 | + "gatsby-plugin-robots-txt": "^1.7.0", |
| 28 | + "gatsby-plugin-sharp": "^4.5.2", |
| 29 | + "gatsby-plugin-sitemap": "^5.5.0", |
| 30 | + "gatsby-remark-images": "^6.5.2", |
| 31 | + "gatsby-source-filesystem": "^4.5.2", |
| 32 | + "gatsby-theme-material-ui": "^5.1.0", |
| 33 | + "gatsby-transformer-remark": "^5.5.2", |
| 34 | + "gatsby-transformer-sharp": "^4.5.0", |
33 | 35 | "react": "^17.0.2", |
34 | 36 | "react-dom": "^17.0.2", |
35 | 37 | "react-helmet": "^6.1.0" |
36 | 38 | }, |
37 | 39 | "devDependencies": { |
38 | | - "eslint": "^7.28.0", |
39 | | - "eslint-config-airbnb": "^18.2.1", |
40 | | - "eslint-plugin-import": "^2.23.4", |
41 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
42 | | - "eslint-plugin-react": "^7.24.0", |
43 | | - "eslint-plugin-react-hooks": "^4.2.0" |
| 40 | + "eslint": "^8.7.0", |
| 41 | + "eslint-config-airbnb": "^19.0.4", |
| 42 | + "eslint-plugin-import": "^2.25.4", |
| 43 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
| 44 | + "eslint-plugin-react": "^7.28.0", |
| 45 | + "eslint-plugin-react-hooks": "^4.3.0" |
44 | 46 | }, |
45 | 47 | "repository": { |
46 | 48 | "type": "git", |
47 | 49 | "url": "https://github.com/CodeDead/codedead.com" |
48 | 50 | }, |
49 | 51 | "bugs": { |
50 | 52 | "url": "https://github.com/CodeDead/codedead.com/issues" |
51 | | - } |
| 53 | + }, |
| 54 | + "packageManager": "[email protected]" |
52 | 55 | } |
0 commit comments