tiefen_space_h5/package.json

39 lines
944 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-07-06 11:05:19 +08:00
"@reduxjs/toolkit": "^2.2.6",
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",
2024-07-10 16:50:53 +08:00
"copy-to-clipboard": "^3.3.3",
2024-07-02 15:09:48 +08:00
"crypto-js": "^4.2.0",
2024-07-22 16:07:41 +08:00
"echarts": "^5.5.1",
"html2canvas": "^1.0.0-alpha.12",
2024-07-06 11:05:19 +08:00
"jsencrypt": "^3.3.2",
2024-06-24 22:12:13 +08:00
"next": "14.0.2",
"qrcode": "^1.5.3",
2024-06-24 22:12:13 +08:00
"react": "^18",
2024-06-25 22:47:18 +08:00
"react-dom": "^18",
2024-07-06 11:05:19 +08:00
"react-redux": "^9.1.2",
"redux": "^5.0.1",
2024-06-25 22:47:18 +08:00
"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"
}
}