37 lines
853 B
JSON
37 lines
853 B
JSON
{
|
|
"name": "nirvana",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"agora-rtc-sdk-ng": "^4.8.1",
|
|
"antd": "^4.18.3",
|
|
"firebase": "^9.6.2",
|
|
"firebase-admin": "^10.0.1",
|
|
"js-cookie": "^3.0.1",
|
|
"mic-recorder-to-mp3": "^2.2.2",
|
|
"moment": "^2.29.1",
|
|
"next": "12.0.7",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-h5-audio-player": "^3.8.1",
|
|
"react-hot-toast": "^2.2.0",
|
|
"react-hotkeys": "^2.0.0",
|
|
"react-icons": "^4.3.1",
|
|
"react-moment": "^1.1.1",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.38",
|
|
"autoprefixer": "^10.4.2",
|
|
"eslint": "8.4.0",
|
|
"eslint-config-next": "12.0.7",
|
|
"postcss": "^8.4.5",
|
|
"tailwindcss": "^3.0.12"
|
|
}
|
|
}
|