61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "translatepro-admin",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.2.6",
|
|
"@ant-design/plots": "^2.5.0",
|
|
"@reduxjs/toolkit": "^1.9.7",
|
|
"@tanstack/react-query": "^5.8.4",
|
|
"@twilio/conversations": "^2.6.2",
|
|
"@types/moment": "^2.13.0",
|
|
"@types/react-native-vector-icons": "^6.4.18",
|
|
"antd": "^5.12.5",
|
|
"axios": "^1.6.2",
|
|
"classnames": "^2.3.2",
|
|
"dayjs": "^1.11.10",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.30.1",
|
|
"prismjs": "^1.29.0",
|
|
"react": "^18.2.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet-async": "^2.0.4",
|
|
"react-markdown": "^9.0.1",
|
|
"react-native-vector-icons": "^10.2.0",
|
|
"react-native-web": "^0.20.0",
|
|
"react-redux": "^8.1.3",
|
|
"react-router-dom": "^6.20.1",
|
|
"recharts": "^2.8.0",
|
|
"socket.io-client": "^4.7.4",
|
|
"stripe": "^14.7.0",
|
|
"twilio-video": "^2.31.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/prismjs": "^1.26.3",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"@vitejs/plugin-react": "^4.1.1",
|
|
"@vitest/ui": "^0.34.6",
|
|
"eslint": "^8.53.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"jsdom": "^23.0.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.0",
|
|
"vitest": "^0.34.6"
|
|
}
|
|
}
|