You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "global-sales",
|
|
"private": true,
|
|
"version": "1.5.0-1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@dckj/react-better-modal": "^0.1.2",
|
|
"@lexical/react": "^0.20.0",
|
|
"@vonage/client-sdk": "^2.0.0",
|
|
"antd": "^5.25.2",
|
|
"dayjs": "^1.11.13",
|
|
"dingtalk-jsapi": "^3.0.41",
|
|
"emoji-picker-react": "^4.12.0",
|
|
"lexical": "^0.20.0",
|
|
"react": "^18.3.1",
|
|
"react-chat-elements": "^12.0.17",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.30.1",
|
|
"rxjs": "^7.8.1",
|
|
"uuid": "^9.0.1",
|
|
"zustand": "^4.5.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.14",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.15",
|
|
"vite": "^4.5.1",
|
|
"vite-plugin-css-modules": "^0.0.1",
|
|
"vite-plugin-pwa": "^0.21.0",
|
|
"vite-plugin-svgr": "^4.3.0",
|
|
"vite-plugin-windicss": "^1.9.3",
|
|
"windicss": "^3.5.6"
|
|
}
|
|
}
|