|
13 | 13 | "@mdi/js": "^6.7.96", |
14 | 14 | "@mdi/react": "^1.6.0", |
15 | 15 | "@sls-next/serverless-component": "^3.7.0", |
| 16 | + "@types/react": "18.0.1", |
16 | 17 | "axios": "^0.27.2", |
17 | 18 | "babel-plugin-styled-components": "^2.0.6", |
18 | 19 | "env-cmd": "^10.1.0", |
|
27 | 28 | "react-markdown": "^8.0.3", |
28 | 29 | "remark-gfm": "^3.0.1", |
29 | 30 | "serverless": "^2.72.3", |
30 | | - "styled-components": "^5.3.3" |
| 31 | + "styled-components": "^5.3.3", |
| 32 | + "typescript": "^4.7.4" |
31 | 33 | }, |
32 | 34 | "devDependencies": { |
33 | | - "@serverless/typescript": "^3.15.2", |
34 | | - "@types/next-seo": "^2.1.2", |
35 | | - "@types/node": "17.0.21", |
36 | | - "@types/react": "17.0.41", |
37 | | - "@typescript-eslint/eslint-plugin": "^5.16.0", |
38 | | - "@typescript-eslint/parser": "^5.16.0", |
39 | | - "eslint": "8.11.0", |
40 | | - "eslint-config-next": "12.1.0", |
41 | | - "eslint-config-prettier": "^8.5.0", |
42 | | - "eslint-plugin-prettier": "^4.0.0", |
43 | | - "prettier": "^2.6.0", |
44 | | - "raw-loader": "^4.0.2", |
45 | | - "typescript": "4.6.2" |
| 35 | + "@mdi/font": "^6.7.96", |
| 36 | + "@mdi/js": "^6.7.96", |
| 37 | + "@mdi/react": "^1.6.0", |
| 38 | + "@sls-next/serverless-component": "^3.7.0", |
| 39 | + "@types/react": "18.0.1", |
| 40 | + "axios": "^0.27.2", |
| 41 | + "babel-plugin-styled-components": "^2.0.6", |
| 42 | + "env-cmd": "^10.1.0", |
| 43 | + "gray-matter": "^4.0.3", |
| 44 | + "i18next": "^21.6.14", |
| 45 | + "ms": "^2.1.3", |
| 46 | + "next": "12.1.0", |
| 47 | + "next-seo": "^5.4.0", |
| 48 | + "react": "17.0.2", |
| 49 | + "react-dom": "17.0.2", |
| 50 | + "react-i18next": "^11.16.1", |
| 51 | + "react-markdown": "^8.0.3", |
| 52 | + "remark-gfm": "^3.0.1", |
| 53 | + "serverless": "^2.72.3", |
| 54 | + "styled-components": "^5.3.3", |
| 55 | + "typescript": "^4.7.4" |
46 | 56 | } |
47 | 57 | } |
0 commit comments