tiefen_space_web/package.json

32 lines
682 B
JSON
Raw Permalink Normal View History

2024-01-03 01:07:16 +08:00
{
"name": "wishpal-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"antd-mobile": "^5.33.0",
"autoprefixer": "10.4.14",
"cookies-next": "^4.0.0",
"crypto-js": "4.2.0",
2024-06-24 17:51:49 +08:00
"echarts": "^5.5.0",
2024-01-03 01:07:16 +08:00
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"html2canvas": "^1.4.1",
"jsencrypt": "^3.3.2",
"next": "14.0.2",
"postcss": "8.4.27",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"daisyui": "^3.5.1"
}
}