|
|
|
@ -8,6 +8,8 @@
|
|
|
|
|
"name": "portfolio",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"axios": "^0.21.1",
|
|
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
|
"next": "10.0.8",
|
|
|
|
|
"react": "17.0.1",
|
|
|
|
|
"react-dom": "17.0.1",
|
|
|
|
@ -322,6 +324,14 @@
|
|
|
|
|
"node": ">=4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/axios": {
|
|
|
|
|
"version": "0.21.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
|
|
|
|
|
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"follow-redirects": "^1.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/babel-plugin-syntax-jsx": {
|
|
|
|
|
"version": "6.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
|
|
|
|
@ -820,6 +830,14 @@
|
|
|
|
|
"npm": ">=1.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/dotenv": {
|
|
|
|
|
"version": "8.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/electron-to-chromium": {
|
|
|
|
|
"version": "1.3.683",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.683.tgz",
|
|
|
|
@ -940,6 +958,25 @@
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/follow-redirects": {
|
|
|
|
|
"version": "1.13.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz",
|
|
|
|
|
"integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "individual",
|
|
|
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=4.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"debug": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/fsevents": {
|
|
|
|
|
"version": "2.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
|
|
|
@ -2543,6 +2580,14 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.2.tgz",
|
|
|
|
|
"integrity": "sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA=="
|
|
|
|
|
},
|
|
|
|
|
"axios": {
|
|
|
|
|
"version": "0.21.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
|
|
|
|
|
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"follow-redirects": "^1.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"babel-plugin-syntax-jsx": {
|
|
|
|
|
"version": "6.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
|
|
|
|
@ -2968,6 +3013,11 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA=="
|
|
|
|
|
},
|
|
|
|
|
"dotenv": {
|
|
|
|
|
"version": "8.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw=="
|
|
|
|
|
},
|
|
|
|
|
"electron-to-chromium": {
|
|
|
|
|
"version": "1.3.683",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.683.tgz",
|
|
|
|
@ -3060,6 +3110,11 @@
|
|
|
|
|
"path-exists": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"follow-redirects": {
|
|
|
|
|
"version": "1.13.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz",
|
|
|
|
|
"integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA=="
|
|
|
|
|
},
|
|
|
|
|
"fsevents": {
|
|
|
|
|
"version": "2.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
|
|
|
|