squid 756112cb21 BLOG-5 docs: add comment for next config squid c16e3f29a0 BLOG-5 refactor: apply clean architecture directory structure squid 7f1a202cc7 BLOG-5 feat: self tags animation squid 738008b983 BLOG-5 refactor: remove unused props definition squid 90c8a2f627 BLOG-5 feat: home page fisrt view desktop layout zoe d76f54b2b1 BLOG-5 feat: mobile home page first view Reviewed-on: #15 Co-authored-by: SquidSpirit <squid@squidspirit.com> Co-committed-by: SquidSpirit <squid@squidspirit.com>
38 lines
1018 B
JSON
38 lines
1018 B
JSON
{
|
|
"name": "squidspirit-blog",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"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-regular-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@reduxjs/toolkit": "^2.5.0",
|
|
"next": "15.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-redux": "^9.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@types/node": "^20.17.14",
|
|
"@types/react": "^19.0.7",
|
|
"@types/react-dom": "^19.0.3",
|
|
"eslint": "^9.18.0",
|
|
"eslint-config-next": "15.1.4",
|
|
"postcss": "^8.5.1",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.10",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|