This repository has been archived on 2025-03-08. You can view files and clone it, but cannot push or open issues or pull requests.
aidxnCC/package.json

38 lines
997 B
JSON
Raw Normal View History

2025-01-05 14:33:52 -05:00
{
"name": "aidxncc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
2025-01-06 08:50:32 -05:00
"geist": "^1.3.1",
2025-01-08 09:33:27 -05:00
"lucide-react": "^0.469.0",
2025-02-27 12:06:19 +00:00
"next": "^15.2.0",
2025-01-05 14:33:52 -05:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-fast-marquee": "^1.6.5",
"react-icons": "^5.5.0",
"tailwindcss-animate": "^1.0.7"
2025-01-05 14:33:52 -05:00
},
"devDependencies": {
2025-02-22 00:03:30 +00:00
"@eslint/eslintrc": "^3.3.0",
2025-02-26 00:03:07 +00:00
"@tailwindcss/postcss": "^4.0.9",
2025-03-01 12:01:53 +00:00
"@types/node": "^20.17.22",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
2025-02-22 00:03:30 +00:00
"eslint": "^9.21.0",
2025-01-05 14:33:52 -05:00
"eslint-config-next": "15.1.3",
2025-02-20 00:01:18 +00:00
"postcss": "^8.5.3",
2025-02-26 00:03:07 +00:00
"tailwindcss": "^4.0.9",
2025-03-01 00:01:35 +00:00
"typescript": "^5.8.2"
}
2025-01-05 14:33:52 -05:00
}