uikit/package.json
2026-06-17 13:26:04 +03:30

97 lines
2.1 KiB
JSON

{
"name": "uikit",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./utils": "./dist/utils.js",
"./pagination": "./dist/pagination.js",
"./layout": "./dist/layout.js",
"./core": "./dist/core.js",
"./table": "./dist/table.js",
"./form": "./dist/form.js"
},
"files": [
"dist"
],
"scripts": {
"build": "vite build"
},
"peerDependencies": {
"@chakra-ui/react": "^2.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-table": "^8.21.3",
"axios": "^1.0.0",
"framer-motion": "^10.0.0 || ^11.0.0 || ^12.0.0",
"keycloak-js": "^26.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-icons": "^5.0.0",
"react-hook-form": "^7.0.0",
"chakra-react-select": "^5.0.0"
},
"peerDependenciesMeta": {
"@chakra-ui/react": {
"optional": true
},
"@emotion/react": {
"optional": true
},
"@emotion/styled": {
"optional": true
},
"@tanstack/react-query": {
"optional": true
},
"@tanstack/react-table": {
"optional": true
},
"axios": {
"optional": true
},
"framer-motion": {
"optional": true
},
"keycloak-js": {
"optional": true
},
"react": {
"optional": true
},
"react-dom": {
"optional": true
},
"react-icons": {
"optional": true
},
"react-hook-form": {
"optional": true
},
"chakra-react-select": {
"optional": true
}
},
"devDependencies": {
"@chakra-ui/react": "^2.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-table": "^8.21.3",
"@vitejs/plugin-react": "4.3.4",
"axios": "^1.17.0",
"framer-motion": "^12.0.0",
"keycloak-js": "^26.2.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^5.0.0",
"vite": "5.4.19",
"react-hook-form": "^7.0.0",
"chakra-react-select": "^5.0.0"
},
"dependencies": {}
}