axp-ui/package.json

64 lines
1.5 KiB
JSON
Raw Normal View History

2023-07-11 10:38:21 +03:00
{
"name": "axp-ui",
"descriiption": "My helper ui lib",
2024-05-29 12:36:49 +03:00
"version": "1.12.2",
2023-07-11 10:38:21 +03:00
"homepage": "https://antoxahub.ru/antoxa/axp-ui",
"repository": {
"type": "git",
"url": "https://antoxahub.ru/antoxa/axp-ui.git"
},
2023-09-20 14:09:22 +03:00
"module": "./dist/index.mjs",
"main": "./dist/index.umd.js",
"types": "./dist/index.d.ts",
2024-02-12 12:38:59 +03:00
"files": [
"dist",
"tsconfig.json",
"tailwind.config.ts",
"src/style"
],
2023-07-11 10:38:21 +03:00
"exports": {
".": {
2024-02-12 12:38:59 +03:00
"types": "./dist/index.d.ts",
2023-09-20 14:09:22 +03:00
"import": "./dist/index.mjs",
"requier": "./dist/index.umd.js"
2023-07-11 10:38:21 +03:00
},
2023-09-20 14:09:22 +03:00
"./tailwind.config": "./tailwind.config.ts",
"./style.css": "./dist/style.css",
"./style/*": "./src/style/*",
"./tsconfig.json": "./tsconfig.json"
2023-07-11 10:38:21 +03:00
},
"scripts": {
2023-09-20 14:09:22 +03:00
"build": "vite build",
2023-10-11 10:54:20 +03:00
"build:storybook": "storybook build -o docs",
"dev": "storybook dev -p 6006",
2023-10-11 11:26:41 +03:00
"prepare": "npm run build"
2023-07-11 10:38:21 +03:00
},
2023-09-20 14:09:22 +03:00
"peerDependencies": {
2024-02-12 12:38:59 +03:00
"axp-ts": "^1.12.0",
"vue": "^3.4.18",
2024-05-29 12:36:49 +03:00
"zod": "^3.23.8"
2023-07-11 10:38:21 +03:00
},
"devDependencies": {
2024-05-29 12:36:49 +03:00
"@storybook/addon-essentials": "^7.6.19",
"@storybook/addon-interactions": "^7.6.19",
"@storybook/addon-links": "^7.6.19",
2024-01-11 15:16:19 +03:00
"@storybook/blocks": "^7.6.7",
2023-10-11 10:17:11 +03:00
"@storybook/testing-library": "^0.2.2",
2024-01-11 15:16:19 +03:00
"@storybook/vue3": "^7.6.7",
2024-05-29 12:36:49 +03:00
"@storybook/vue3-vite": "^7.6.19",
2024-01-11 15:16:19 +03:00
"@vitejs/plugin-vue": "^4.6.2",
2024-05-29 12:36:49 +03:00
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
2023-07-11 10:38:21 +03:00
"prettier": "^2.8.8",
2024-05-29 12:36:49 +03:00
"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"
2023-07-11 10:38:21 +03:00
}
}