Files
call-sdk/packages/core/package.json

32 lines
792 B
JSON
Raw Normal View History

2024-10-29 18:07:27 +05:30
{
"name": "@universal-call-sdk/core",
"version": "1.0.15",
2024-10-29 18:07:27 +05:30
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --p ./tsconfig.build.json && vite build",
"lint": "eslint ",
"preview": "vite preview"
},
"dependencies": {
"@types/node": "^22.7.7",
"path": "^0.12.7",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/react": "17.0.83",
"@types/react-dom": "17.0.25",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.4"
}
}