{ "name": "axp-ui", "descriiption": "My helper ui lib", "version": "1.12.1", "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", "files": [ "dist", "tsconfig.json", "tailwind.config.ts", "src/style" ], "exports": { ".": { "types": "./dist/index.d.ts", "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" }, "scripts": { "build": "vite build", "build:storybook": "storybook build -o docs", "dev": "storybook dev -p 6006", "prepare": "npm run build" }, "peerDependencies": { "axp-ts": "^1.12.0", "vue": "^3.4.18", "zod": "^3.22.4" }, "devDependencies": { "@storybook/addon-essentials": "^7.6.7", "@storybook/addon-interactions": "^7.6.7", "@storybook/addon-links": "^7.6.7", "@storybook/blocks": "^7.6.7", "@storybook/testing-library": "^0.2.2", "@storybook/vue3": "^7.6.7", "@storybook/vue3-vite": "^7.6.7", "@vitejs/plugin-vue": "^4.6.2", "autoprefixer": "^10.4.16", "postcss": "^8.4.35", "prettier": "^2.8.8", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.70.0", "storybook": "^7.6.7", "tailwindcss": "^3.4.1", "typescript": "^5.3.3", "vite": "^4.5.2", "vite-plugin-dts": "^3.7.2", "vue-router": "^4.2.5" } }