2023-05-23 10:21:48 +00:00
|
|
|
{
|
2023-06-06 10:02:17 +00:00
|
|
|
"name": "@frontend/kitui",
|
2023-09-01 10:18:57 +00:00
|
|
|
"version": "1.0.47",
|
2023-06-06 10:02:17 +00:00
|
|
|
"description": "test",
|
2023-08-14 12:25:19 +00:00
|
|
|
"main": "./dist/index.js",
|
2023-08-14 12:03:23 +00:00
|
|
|
"module": "./dist/index.js",
|
2023-08-14 12:25:19 +00:00
|
|
|
"types": "./dist/index.d.ts",
|
2023-06-06 10:02:17 +00:00
|
|
|
"repository": "git@penahub.gitlab.yandexcloud.net:frontend/kitui.git",
|
|
|
|
"author": "skeris <kotilion.95@gmail.com>",
|
|
|
|
"license": "MIT",
|
2023-08-14 12:03:23 +00:00
|
|
|
"type": "module",
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./dist/index.js",
|
|
|
|
"require": "./dist/index.umd.cjs"
|
|
|
|
}
|
|
|
|
},
|
2023-06-06 10:02:17 +00:00
|
|
|
"scripts": {
|
2023-08-14 12:03:23 +00:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
2023-08-14 12:25:19 +00:00
|
|
|
"preview": "vite preview",
|
|
|
|
"prepublishOnly": "npm run build"
|
2023-06-06 10:02:17 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://penahub.gitlab.yandexcloud.net/api/v4/projects/21/packages/npm/"
|
|
|
|
},
|
2023-08-14 12:03:23 +00:00
|
|
|
"dependencies": {
|
|
|
|
"immer": "^10.0.2",
|
|
|
|
"reconnecting-eventsource": "^1.6.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@emotion/react": "^11.11.1",
|
|
|
|
"@emotion/styled": "^11.11.0",
|
2023-08-14 14:09:38 +00:00
|
|
|
"@mui/icons-material": "^5.14.3",
|
2023-08-14 12:03:23 +00:00
|
|
|
"@mui/material": "^5.14.4",
|
|
|
|
"@types/node": "^20.5.0",
|
|
|
|
"@types/react-dom": "^18.2.7",
|
2023-08-21 11:10:34 +00:00
|
|
|
"@types/react-syntax-highlighter": "^15.5.7",
|
2023-08-14 12:03:23 +00:00
|
|
|
"@types/react": "^18.2.15",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
|
|
"@vitejs/plugin-react": "^4.0.3",
|
2023-07-10 17:41:55 +00:00
|
|
|
"axios": "^1.4.0",
|
2023-08-14 12:03:23 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
|
|
"eslint": "^8.45.0",
|
2023-08-14 14:09:38 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2023-08-23 10:56:45 +00:00
|
|
|
"react-router-dom": "^6.15.0",
|
2023-08-21 11:10:34 +00:00
|
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
|
|
"react": "^18.2.0",
|
2023-08-14 12:03:23 +00:00
|
|
|
"typescript": "^5.0.2",
|
|
|
|
"vite-plugin-dts": "^3.5.2",
|
|
|
|
"vite": "^4.4.5",
|
2023-07-10 17:41:55 +00:00
|
|
|
"zustand": "^4.3.8"
|
2023-06-06 10:02:17 +00:00
|
|
|
},
|
2023-08-14 12:03:23 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
"@emotion/react": "^11.11.1",
|
|
|
|
"@emotion/styled": "^11.11.0",
|
2023-08-14 14:09:38 +00:00
|
|
|
"@mui/icons-material": "^5.14.3",
|
2023-08-14 12:03:23 +00:00
|
|
|
"@mui/material": "^5.14.4",
|
2023-07-10 17:41:55 +00:00
|
|
|
"axios": "^1.4.0",
|
2023-08-23 10:56:45 +00:00
|
|
|
"react-router-dom": "^6.15.0",
|
2023-07-10 17:41:55 +00:00
|
|
|
"react": "^18.2.0",
|
2023-06-11 09:55:06 +00:00
|
|
|
"zustand": "^4.3.8"
|
2023-06-06 10:02:17 +00:00
|
|
|
}
|
2023-05-23 10:21:48 +00:00
|
|
|
}
|