Files
caszl-next/package.json

39 lines
934 B
JSON
Raw Normal View History

2023-10-27 09:30:22 +08:00
{
"name": "caszl-next",
"version": "0.1.0",
"private": true,
"scripts": {
2023-11-06 17:27:50 +08:00
"dev": "next",
2023-10-27 09:30:22 +08:00
"build": "next build",
"start": "next start",
2023-10-27 17:29:50 +08:00
"lint": "next lint",
"format": "prettier --write \"app/**/*.{js,jsx,ts,tsx,json,md}\""
2023-10-27 09:30:22 +08:00
},
"dependencies": {
2023-11-02 17:24:34 +08:00
"ahooks": "^3.7.8",
2023-11-10 16:26:19 +08:00
"axios": "^1.6.1",
2023-11-01 17:27:06 +08:00
"dayjs": "^1.11.10",
"html-to-text": "^9.0.5",
2023-11-10 16:26:19 +08:00
"next": "14.0.2",
2023-10-29 22:25:16 +08:00
"react": "^18.2.0",
2023-11-01 17:27:06 +08:00
"react-dom": "^18.2.0",
2023-11-10 16:26:19 +08:00
"swiper": "^11.0.4",
2023-11-03 17:25:10 +08:00
"swr": "^2.2.4"
2023-10-27 09:30:22 +08:00
},
"devDependencies": {
2023-11-10 16:26:19 +08:00
"@types/html-to-text": "^9.0.4",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
2023-10-29 22:25:16 +08:00
"autoprefixer": "^10.4.16",
2023-11-06 17:27:50 +08:00
"eslint": "^8.53.0",
2023-10-27 17:29:50 +08:00
"eslint-config-next": "14.0.0",
2023-10-29 22:25:16 +08:00
"postcss": "^8.4.31",
2023-10-27 17:29:50 +08:00
"prettier": "^3.0.3",
2023-11-10 16:26:19 +08:00
"prettier-plugin-tailwindcss": "^0.5.7",
2023-10-27 17:29:50 +08:00
"sass": "^1.69.5",
2023-10-29 22:25:16 +08:00
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
2023-10-27 09:30:22 +08:00
}
}