|
1 | 1 | {
|
| 2 | + "name": "oxicode-portafolio", |
2 | 3 | "private": true,
|
3 | 4 | "engines": {
|
4 |
| - "node": "^16.0.0" |
| 5 | + "node": "^16.19.0" |
5 | 6 | },
|
6 | 7 | "scripts": {
|
7 | 8 | "lint": "next lint --fix",
|
|
10 | 11 | "start": "next start"
|
11 | 12 | },
|
12 | 13 | "dependencies": {
|
13 |
| - "@headlessui/react": "^1.6.5", |
14 |
| - "@octokit/core": "3.6.0", |
15 |
| - "date-fns": "^2.28.0", |
16 |
| - "next": "12.1.6", |
17 |
| - "next-seo": "^5.4.0", |
18 |
| - "react": "17.0.2", |
19 |
| - "react-dom": "17.0.2", |
| 14 | + "@headlessui/react": "^1.7.13", |
| 15 | + "@octokit/core": "4.2.0", |
| 16 | + "date-fns": "^2.29.3", |
| 17 | + "next": "12.3.4", |
| 18 | + "next-seo": "^5.15.0", |
| 19 | + "react": "18.2.0", |
| 20 | + "react-dom": "18.2.0", |
20 | 21 | "react-ga": "3.3.1",
|
21 | 22 | "react-google-recaptcha": "2.1.0",
|
22 |
| - "react-icons": "4.4.0", |
23 |
| - "typeit-react": "2.3.3", |
| 23 | + "react-icons": "4.8.0", |
| 24 | + "react-rough-notation": "^1.0.3", |
| 25 | + "typeit-react": "2.6.4", |
24 | 26 | "unsplash-js": "7.0.15"
|
25 | 27 | },
|
26 | 28 | "devDependencies": {
|
27 |
| - "@babel/core": "7.18.2", |
28 |
| - "@babel/eslint-parser": "7.18.2", |
29 |
| - "autoprefixer": "10.4.7", |
30 |
| - "eslint": "8.18.0", |
| 29 | + "@babel/core": "7.21.0", |
| 30 | + "@babel/eslint-parser": "7.19.1", |
| 31 | + "autoprefixer": "10.4.13", |
| 32 | + "eslint": "8.35.0", |
31 | 33 | "eslint-config-eslint": "7.0.0",
|
32 |
| - "eslint-config-next": "12.1.6", |
| 34 | + "eslint-config-next": "12.3.4", |
33 | 35 | "eslint-config-standard": "17.0.0",
|
34 | 36 | "eslint-import-resolver-typescript": "2.7.1",
|
35 | 37 | "eslint-plugin-jsdoc": "39.3.3",
|
36 |
| - "eslint-plugin-n": "^15.2.5", |
| 38 | + "eslint-plugin-n": "^15.6.1", |
37 | 39 | "eslint-plugin-node": "11.1.0",
|
38 |
| - "eslint-plugin-promise": "6.0.0", |
| 40 | + "eslint-plugin-promise": "6.1.1", |
39 | 41 | "eslint-plugin-simple-import-sort": "7.0.0",
|
40 |
| - "postcss": "8.4.14", |
41 |
| - "tailwindcss": "3.1.4" |
| 42 | + "postcss": "8.4.21", |
| 43 | + "tailwindcss": "3.2.7" |
42 | 44 | }
|
43 | 45 | }
|
0 commit comments