Portfolio website written with Next.js
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wychdev-nextjs/package.json

36 lines
921 B

{
"name": "wych",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2 years ago
"@apollo/client": "^3.7.1",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
2 years ago
"classnames": "^2.3.2",
"fontawesome": "^5.6.3",
"fortawesome": "^0.0.1-security",
2 years ago
"graphql": "^16.6.0",
"next": "13.0.0",
"react": "18.2.0",
2 years ago
"react-dom": "18.2.0",
2 years ago
"styled-components": "^5.3.6"
},
"devDependencies": {
2 years ago
"@types/node": "18.11.7",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@types/styled-components": "^5.1.26",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"typescript": "4.8.4"
}
}