Files
caszl-next/package.json
quantulr 10490040da update
2023-11-10 16:26:19 +08:00

39 lines
934 B
JSON

{
"name": "caszl-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"app/**/*.{js,jsx,ts,tsx,json,md}\""
},
"dependencies": {
"ahooks": "^3.7.8",
"axios": "^1.6.1",
"dayjs": "^1.11.10",
"html-to-text": "^9.0.5",
"next": "14.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^11.0.4",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/html-to-text": "^9.0.4",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-next": "14.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}