35 lines
804 B
JSON
35 lines
804 B
JSON
{
|
|
"name": "last2014",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@icons-pack/react-simple-icons": "^13.0.0",
|
|
"@types/eslint": "^9.6.1",
|
|
"@types/next": "^9.0.0",
|
|
"bulma": "^1.0.4",
|
|
"date-fns": "^4.1.0",
|
|
"dotenv": "^17.2.0",
|
|
"mysql2": "^3.14.2",
|
|
"next": "^15.3.3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-fast-marquee": "^1.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@iconify/react": "^6.0.0",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|