44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "my-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@hello-pangea/dnd": "^17.0.0",
|
|
"@rajesh896/video-thumbnails-generator": "^2.3.9",
|
|
"@reduxjs/toolkit": "^2.2.6",
|
|
"antd-mobile": "^5.36.1",
|
|
"cookies-next": "^4.0.0",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"crypto-js": "^4.2.0",
|
|
"echarts": "^5.5.1",
|
|
"html2canvas": "^1.0.0-alpha.12",
|
|
"jsencrypt": "^3.3.2",
|
|
"next": "^14.2.5",
|
|
"next-video": "^1.1.3",
|
|
"qrcode": "^1.5.3",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-player": "^2.16.0",
|
|
"react-redux": "^9.1.2",
|
|
"react-viewer": "^3.2.2",
|
|
"redux": "^5.0.1",
|
|
"sass": "^1.77.6"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.0.1",
|
|
"daisyui": "^4.12.8",
|
|
"next-with-less": "^3.0.1",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0"
|
|
}
|
|
}
|