axp-ui/package.json
2023-09-22 14:10:52 +03:00

50 lines
1.0 KiB
JSON

{
"name": "axp-ui",
"descriiption": "My helper ui lib",
"version": "1.7.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",
"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": {
"build": "vite build",
"dev": "vite",
"prepare": "npm run build"
},
"peerDependencies": {
"axp-ts": "^1.9.10",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"prettier": "^2.8.8",
"sass": "^1.66.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3"
}
}