108 lines
2.6 KiB
JSON
108 lines
2.6 KiB
JSON
{
|
|
"name": "uikit",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./utils": {
|
|
"types": "./dist/utils.d.ts",
|
|
"import": "./dist/utils.js"
|
|
},
|
|
"./pagination": "./dist/pagination.js",
|
|
"./layout": "./dist/layout.js",
|
|
"./core": {
|
|
"types": "./dist/core.d.ts",
|
|
"import": "./dist/core.js"
|
|
},
|
|
"./table": "./dist/table.js",
|
|
"./form": "./dist/form.js",
|
|
"./icons": "./dist/icons.js"
|
|
},
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build && yarn copy-types",
|
|
"copy-types": "yarn copy-index-types && yarn copy-utils-types && yarn copy-core-types",
|
|
"copy-index-types": "cp src/index.d.ts dist/index.d.ts",
|
|
"copy-utils-types": "cp src/utils/index.d.ts dist/utils.d.ts",
|
|
"copy-core-types": "cp src/core/index.d.ts dist/core.d.ts"
|
|
},
|
|
"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"
|
|
},
|
|
"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
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {}
|
|
}
|