2023-12-16 14:55:56 +00:00
|
|
|
{
|
2024-05-31 16:16:52 +00:00
|
|
|
"name": "@frontend/squzanswerer",
|
2024-07-17 00:50:51 +00:00
|
|
|
"version": "1.0.55",
|
2024-05-31 16:16:52 +00:00
|
|
|
"type": "module",
|
|
|
|
"main": "./dist-package/index.js",
|
|
|
|
"module": "./dist-package/index.js",
|
|
|
|
"types": "./dist-package/index.d.ts",
|
|
|
|
"license": "MIT",
|
|
|
|
"files": [
|
|
|
|
"dist-package"
|
|
|
|
],
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./dist-package/index.js"
|
2023-12-17 13:22:21 +00:00
|
|
|
}
|
2024-05-31 16:16:52 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://penahub.gitlab.yandexcloud.net/api/v4/projects/43/packages/npm/"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"build:widget": "tsc && vite build --config vite.config.widget.ts",
|
|
|
|
"build:package": "tsc && vite build --config vite.config.package.ts",
|
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"cypress:open": "cypress open",
|
|
|
|
"prepublishOnly": "npm run build:package",
|
2024-06-21 13:08:07 +00:00
|
|
|
"prepare": "husky"
|
2024-05-31 16:16:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@emoji-mart/data": "^1.1.2",
|
|
|
|
"@emoji-mart/react": "^1.1.1",
|
|
|
|
"@emotion/react": "^11.10.5",
|
|
|
|
"@emotion/styled": "^11.10.5",
|
|
|
|
"@mui/icons-material": "^5.10.14",
|
|
|
|
"@mui/material": "^5.10.14",
|
|
|
|
"@mui/x-date-pickers": "^6.16.1",
|
|
|
|
"@types/node": "^16.7.13",
|
|
|
|
"@types/react": "^18.2.43",
|
|
|
|
"@types/react-dom": "^18.2.17",
|
2024-06-22 15:35:11 +00:00
|
|
|
"@types/react-helmet": "^6.1.11",
|
2024-05-31 16:16:52 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
|
|
"axios": "^1.5.1",
|
|
|
|
"cypress": "^13.6.1",
|
|
|
|
"emoji-mart": "^5.5.2",
|
|
|
|
"eslint": "^8.55.0",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
|
|
"husky": "^9.0.11",
|
|
|
|
"immer": "^10.0.3",
|
|
|
|
"lint-staged": "^15.2.5",
|
|
|
|
"moment": "^2.30.1",
|
|
|
|
"nanoid": "^5.0.3",
|
|
|
|
"notistack": "^3.0.1",
|
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-error-boundary": "^4.0.12",
|
|
|
|
"react-router-dom": "^6.21.3",
|
|
|
|
"swr": "^2.2.4",
|
|
|
|
"typescript": "^5.2.2",
|
|
|
|
"use-debounce": "^9.0.4",
|
|
|
|
"vite": "^5.0.8",
|
|
|
|
"vite-plugin-dts": "^3.7.2",
|
|
|
|
"zustand": "^4.3.8"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@emoji-mart/data": "^1.1.2",
|
|
|
|
"@emoji-mart/react": "^1.1.1",
|
|
|
|
"@emotion/react": "^11.10.5",
|
|
|
|
"@emotion/styled": "^11.10.5",
|
|
|
|
"@mui/icons-material": "^5.10.14",
|
|
|
|
"@mui/material": "^5.10.14",
|
|
|
|
"@mui/x-date-pickers": "^6.16.1",
|
|
|
|
"axios": "^1.5.1",
|
|
|
|
"emoji-mart": "^5.5.2",
|
|
|
|
"immer": "^10.0.3",
|
|
|
|
"moment": "^2.30.1",
|
|
|
|
"nanoid": "^5.0.3",
|
|
|
|
"notistack": "^3.0.1",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-error-boundary": "^4.0.12",
|
|
|
|
"react-router-dom": "^6.21.3",
|
|
|
|
"swr": "^2.2.4",
|
|
|
|
"use-debounce": "^9.0.4",
|
|
|
|
"zustand": "^4.3.8"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bowser": "1.9.4",
|
|
|
|
"country-flag-emoji-polyfill": "^0.1.8",
|
|
|
|
"current-device": "^0.10.2",
|
|
|
|
"hex-rgb": "^5.0.0",
|
|
|
|
"mobile-detect": "^1.4.5",
|
|
|
|
"mui-tel-input": "^5.1.2",
|
2024-06-25 12:54:17 +00:00
|
|
|
"react-helmet-async": "^2.0.5",
|
2024-05-31 16:16:52 +00:00
|
|
|
"react-imask": "^7.6.0",
|
|
|
|
"react-phone-number-input": "^3.4.1"
|
|
|
|
},
|
|
|
|
"prettier": {
|
|
|
|
"semi": true,
|
|
|
|
"trailingComma": "es5",
|
|
|
|
"singleQuote": false,
|
|
|
|
"printWidth": 120,
|
|
|
|
"tabWidth": 2,
|
|
|
|
"useTabs": false,
|
|
|
|
"endOfLine": "auto",
|
|
|
|
"bracketSpacing": true,
|
|
|
|
"arrowParens": "always",
|
2024-06-22 15:35:11 +00:00
|
|
|
"jsxSingleQuote": false,
|
|
|
|
"singleAttributePerLine": true
|
2024-05-31 16:16:52 +00:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*": "prettier --write --ignore-unknown"
|
|
|
|
}
|
2023-12-16 14:55:56 +00:00
|
|
|
}
|