simple-links/package.json

36 lines
983 B
JSON
Raw Normal View History

2023-07-01 20:43:53 +00:00
{
2023-07-12 08:41:31 +00:00
"name": "simple-links",
2023-10-14 16:56:48 +00:00
"version": "0.2.1",
2023-07-12 08:41:31 +00:00
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next build && next start",
2023-10-14 16:53:47 +00:00
"lint": "next lint",
"update-depends": "npm-check -u"
2023-07-12 08:41:31 +00:00
},
"dependencies": {
2024-08-29 21:50:10 +00:00
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@types/node": "^22.5.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"eslint-config-next": "^14.2.7",
"next": "^14.2.7",
"next-plugin-yaml": "^1.0.1",
2023-10-14 16:53:47 +00:00
"npm-check": "^6.0.1",
2024-08-29 21:50:10 +00:00
"postcss": "^8.4.41",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"use-lanyard": "^1.5.2"
2023-07-12 08:41:31 +00:00
}
2023-07-01 20:43:53 +00:00
}