parsaaghayi-front/package.json
2024-09-30 13:41:54 +03:30

35 lines
863 B
JSON

{
"name": "parsaaghayi-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"next": "14.2.11",
"react": "^18",
"react-dom": "^18",
"react-loading-skeleton": "^3.5.0",
"tailwindcss": "^0.0.0-insiders.e8614a2"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript": "^5",
"webpack-bundle-analyzer": "^4.10.2"
}
}