UIKit/package.json

65 lines
1.9 KiB
JSON
Raw Normal View History

2023-05-23 10:21:48 +00:00
{
2023-06-06 10:02:17 +00:00
"name": "@frontend/kitui",
"version": "1.0.21",
2023-06-06 10:02:17 +00:00
"description": "test",
2023-08-14 12:03:23 +00:00
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
2023-06-06 10:02:17 +00:00
"types": "index.d.ts",
"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",
"preview": "vite preview"
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",
"@mui/material": "^5.14.4",
"@types/node": "^20.5.0",
"@types/react-dom": "^18.2.7",
"@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-06-11 09:55:06 +00:00
"react-dom": "^18.2.0",
2023-08-14 12:03:23 +00:00
"react": "^18.2.0",
"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",
"@mui/material": "^5.14.4",
2023-07-10 17:41:55 +00:00
"axios": "^1.4.0",
2023-06-06 10:02:17 +00:00
"react-dom": "^18.2.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
}