generated from Fascinated/nextjs-13-template-with-tailwindcss
36 lines
985 B
JSON
36 lines
985 B
JSON
{
|
|
"name": "simple-links",
|
|
"version": "0.2.1",
|
|
"private": false,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next build && next start",
|
|
"lint": "next lint",
|
|
"update-depends": "npm-check -u"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@types/node": "^20.8.6",
|
|
"@types/react": "^18.2.28",
|
|
"@types/react-dom": "^18.2.13",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.51.0",
|
|
"eslint-config-next": "^14.0.0",
|
|
"next": "^14.0.0",
|
|
"next-plugin-yaml": "^1.0.1",
|
|
"npm-check": "^6.0.1",
|
|
"postcss": "^8.4.31",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"sharp": "^0.33.0",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.2.2",
|
|
"use-lanyard": "^1.4.4"
|
|
}
|
|
}
|