31 lines
657 B
JSON
31 lines
657 B
JSON
{
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|