albert.lol/package.json
dependabot[bot] daff1a3bc8
Bump @swc/core from 1.2.171 to 1.2.172
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.171 to 1.2.172.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.2.171...v1.2.172)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 23:38:07 +00:00

37 lines
885 B
JSON

{
"name": "portfolio",
"version": "1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"buildexport": "next build && next export"
},
"dependencies": {
"@swc/core": "^1.2.172",
"copy-to-clipboard": "^3.3.1",
"csstype": "^3.0.10",
"dayjs": "^1.11.1",
"goober": "2.1.8",
"next": "12.1.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-fade-in": "^2.0.1",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"sass": "^1.49.10",
"use-last-fm": "^0.6.1"
},
"devDependencies": {
"@types/node": "17.0.27",
"@types/react": "^18.0.7",
"@types/react-dom": "^18.0.0",
"eslint": "8.14.0",
"eslint-config-next": "12.1.1",
"eslint": "8.12.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"
}
}