tiefen_space_h5/package.json

31 lines
709 B
JSON
Raw Normal View History

2024-06-24 22:12:13 +08:00
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
2024-07-03 19:59:39 +08:00
"dev": "next dev --turbo",
2024-06-24 22:12:13 +08:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-06-25 20:18:37 +08:00
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
2024-06-24 22:12:13 +08:00
"antd-mobile": "^5.36.1",
2024-07-02 15:09:48 +08:00
"cookies-next": "^4.0.0",
"crypto-js": "^4.2.0",
2024-06-24 22:12:13 +08:00
"next": "14.0.2",
"react": "^18",
2024-06-25 22:47:18 +08:00
"react-dom": "^18",
"sass": "^1.77.6"
2024-06-24 22:12:13 +08:00
},
"devDependencies": {
"autoprefixer": "^10.0.1",
2024-06-25 20:18:37 +08:00
"daisyui": "^4.12.8",
"next-with-less": "^3.0.1",
2024-06-24 22:12:13 +08:00
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}