Files
albert.lol/package.json
T
snyk-bot 535327fa59 fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade:
  - react from 18.1.0 to 18.2.0.
    See this package in npm: 
  - react-dom from 18.1.0 to 18.2.0.
    See this package in npm: 

See this project in Snyk:
https://app.snyk.io/org/skidoodle/project/615102f7-a2f9-49b6-9ccc-9cc98d52bdb2?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-07-06 02:28:28 +00:00

39 lines
896 B
JSON

{
"name": "portfolio",
"version": "1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"buildexport": "next build && next export"
},
"dependencies": {
"@swc/core": "^1.2.196",
"aws-sdk": "^2.1161.0",
"copy-to-clipboard": "^3.3.1",
"csstype": "^3.1.0",
"dayjs": "^1.11.2",
"dotenv": "^16.0.1",
"goober": "2.1.9",
"next": "12.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fade-in": "^2.0.1",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.4.0",
"sass": "^1.53.0",
"use-last-fm": "^0.6.1"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.4",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.4"
}
}