Files
caszl-next/package.json
quantulr a8b1ad286d update
2023-11-06 17:27:50 +08:00

39 lines
935 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.0",
"dayjs": "^1.11.10",
"html-to-text": "^9.0.5",
"next": "14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^11.0.3",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/html-to-text": "^9.0.3",
"@types/node": "^20.8.10",
"@types/react": "^18.2.35",
"@types/react-dom": "^18.2.14",
"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.6",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}