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

37 lines
978 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-22 00:03:30 +00:00
"next": "^15.2.0-canary.69",
2025-01-05 14:33:52 -05:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-fast-marquee": "^1.6.5",
"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",
"@tailwindcss/postcss": "^4.0.8",
"@types/node": "^20.17.19",
"@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-22 00:03:30 +00:00
"tailwindcss": "^4.0.8",
"typescript": "^5.7.3"
}
2025-01-05 14:33:52 -05:00
}