Files
nirvana/packages/web/package.json
T
2022-02-22 17:16:56 -08:00

52 lines
1.4 KiB
JSON

{
"name": "@nirvana/web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 5000",
"build": "next build",
"start": "next start",
"check-types": "tsc --noemit",
"lint": "yarn check-types && next lint"
},
"dependencies": {
"@nirvana/common": "*",
"@types/lodash": "^4.14.178",
"agora-rtc-sdk-ng": "^4.8.1",
"algoliasearch": "^4.12.1",
"antd": "^4.18.3",
"firebase": "^9.6.2",
"firebase-admin": "^10.0.1",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"mic-recorder-to-mp3": "^2.2.2",
"moment": "^2.29.1",
"next": "12.0.7",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"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",
"react-transition-group": "^4.4.2",
"recoil": "^0.6.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"autoprefixer": "^10.4.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "8.4.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.12",
"typescript": "^4.5.5"
}
}