64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "axp-ui",
|
|
"descriiption": "My helper ui lib",
|
|
"version": "1.12.2",
|
|
"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.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-essentials": "^7.6.19",
|
|
"@storybook/addon-interactions": "^7.6.19",
|
|
"@storybook/addon-links": "^7.6.19",
|
|
"@storybook/blocks": "^7.6.7",
|
|
"@storybook/testing-library": "^0.2.2",
|
|
"@storybook/vue3": "^7.6.7",
|
|
"@storybook/vue3-vite": "^7.6.19",
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^2.8.8",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"sass": "^1.77.2",
|
|
"storybook": "^7.6.19",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^4.5.3",
|
|
"vite-plugin-dts": "^3.9.1",
|
|
"vue-router": "^4.3.2"
|
|
}
|
|
}
|