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-26 12:01:05 +00:00
|
|
|
"next": "^15.2.0-canary.76",
|
2025-01-05 14:33:52 -05:00
|
|
|
"react": "^19.0.0",
|
2025-02-17 18:02:30 -05:00
|
|
|
"react-dom": "^19.0.0",
|
|
|
|
"react-fast-marquee": "^1.6.5",
|
2025-02-23 13:52:25 -05:00
|
|
|
"react-icons": "^5.5.0",
|
2025-02-17 18:02:30 -05:00
|
|
|
"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-02-15 02:53:55 -05:00
|
|
|
"@types/node": "^20.17.19",
|
2025-02-17 11:49:18 -05:00
|
|
|
"@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-02-17 11:49:18 -05:00
|
|
|
"typescript": "^5.7.3"
|
2025-02-01 21:44:25 -05:00
|
|
|
}
|
2025-01-05 14:33:52 -05:00
|
|
|
}
|