{ "name": "axp-ui", "descriiption": "My helper ui lib", "version": "1.8.6", "homepage": "https://antoxahub.ru/antoxa/axp-ui", "repository": { "type": "git", "url": "https://antoxahub.ru/antoxa/axp-ui.git" }, "module": "./dist/index.mjs", "main": "./dist/index.umd.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "requier": "./dist/index.umd.js" }, "./tailwind.config": "./tailwind.config.ts", "./style.css": "./dist/style.css", "./style/*": "./src/style/*", "./tsconfig.json": "./tsconfig.json" }, "files": [ "dist", "tsconfig.json", "tailwind.config.ts", "src/style" ], "scripts": { "dev": "storybook dev -p 6006", "build": "vite build", "build:storybook": "storybook build -o docs", "prepare": "npm run build:storybook && npm run build" }, "peerDependencies": { "axp-ts": "^1.11.3", "vue": "^3.3.4", "zod": "^3.22.4" }, "devDependencies": { "@storybook/addon-essentials": "^7.4.6", "@storybook/addon-interactions": "^7.4.6", "@storybook/addon-links": "^7.4.6", "@storybook/blocks": "^7.4.6", "@storybook/testing-library": "^0.2.2", "@storybook/vue3": "^7.4.6", "@storybook/vue3-vite": "^7.4.6", "@vitejs/plugin-vue": "^4.4.0", "postcss": "^8.4.31", "prettier": "^2.8.8", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.68.0", "storybook": "^7.4.6", "tailwindcss": "^3.3.3", "typescript": "^5.2.2", "vite": "^4.4.11", "vite-plugin-dts": "^3.6.0", "vue-router": "^4.2.5" } }