frontAnswerer/package.json

91 lines
2.9 KiB
JSON
Raw Normal View History

2023-12-16 14:55:56 +00:00
{
"name": "@frontend/squzanswerer",
"version": "1.0.5",
2024-01-19 11:46:17 +00:00
"type": "module",
2024-02-12 11:01:32 +00:00
"main": "./dist-package/index.js",
"module": "./dist-package/index.js",
"types": "./dist-package/index.d.ts",
"license": "MIT",
2024-02-12 10:26:03 +00:00
"files": [
2024-02-12 11:01:32 +00:00
"dist-package"
2024-02-12 10:26:03 +00:00
],
"exports": {
".": {
2024-02-12 11:01:32 +00:00
"import": "./dist-package/index.js"
2024-02-12 10:26:03 +00:00
}
},
"publishConfig": {
"registry": "https://penahub.gitlab.yandexcloud.net/api/v4/projects/43/packages/npm/"
},
2024-01-19 11:46:17 +00:00
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
2024-01-20 12:26:28 +00:00
"build:widget": "tsc && vite build --config vite.config.widget.ts",
2024-02-12 10:26:03 +00:00
"build:package": "tsc && vite build --config vite.config.package.ts",
2024-01-19 11:46:17 +00:00
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
2024-02-12 10:26:03 +00:00
"cypress:open": "cypress open",
"prepublishOnly": "npm run build:package"
2024-01-19 11:46:17 +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",
2024-02-15 09:01:52 +00:00
"@types/react-dom": "^18.2.17",
"@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",
2024-02-15 09:01:52 +00:00
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"immer": "^10.0.3",
"moment": "^2.30.1",
"nanoid": "^5.0.3",
"notistack": "^3.0.1",
2024-02-15 09:01:52 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2024-02-02 14:35:02 +00:00
"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",
2024-02-15 09:01:52 +00:00
"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",
2024-02-15 09:01:52 +00:00
"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"
2024-02-15 09:01:52 +00:00
},
"dependencies": {
"country-flag-emoji-polyfill": "^0.1.8"
}
2023-12-16 14:55:56 +00:00
}