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.
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "global-sales",
|
|
"private": true,
|
|
"version": "1.0.21",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"publish": "npm version patch && npm run build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"antd": "^5.14.0",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.10",
|
|
"emoji-picker-react": "^4.8.0",
|
|
"react": "^18.2.0",
|
|
"react-chat-elements": "^12.0.11",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.21.1",
|
|
"rxjs": "^7.8.1",
|
|
"uuid": "^9.0.1",
|
|
"vite-plugin-pwa": "^0.19.6",
|
|
"zustand": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"postcss": "^8.4.33",
|
|
"tailwindcss": "^3.4.1",
|
|
"vite": "^4.5.1",
|
|
"vite-plugin-css-modules": "^0.0.1",
|
|
"vite-plugin-windicss": "^1.9.3",
|
|
"windicss": "^3.5.6"
|
|
}
|
|
}
|