23 lines
478 B
JSON
23 lines
478 B
JSON
{
|
|
"name": "@dailyjs/basic-call",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@dailyjs/shared": "*",
|
|
"next": "^10.2.0",
|
|
"pluralize": "^8.0.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"next-compose-plugins": "^2.2.1",
|
|
"next-transpile-modules": "^6.4.0"
|
|
}
|
|
}
|