axp-ui/package.json
2023-08-24 12:42:14 +03:00

48 lines
989 B
JSON

{
"name": "axp-ui",
"descriiption": "My helper ui lib",
"version": "1.6.3",
"homepage": "https://antoxahub.ru/antoxa/axp-ui",
"repository": {
"type": "git",
"url": "https://antoxahub.ru/antoxa/axp-ui.git"
},
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js"
},
"./styles/": [
"./src/css/"
],
"./tailwind.config": "./tailwind.config.ts"
},
"types": "./dist/index.d.ts",
"files": [
"dist",
"tsconfig.json",
"tailwind.config.ts",
"src/css"
],
"scripts": {
"build": "rollup -c --configPlugin rollup-plugin-typescript2",
"prepare": "npm run build"
},
"dependencies": {
"axp-ts": "^1.9.6",
"vue": "^3.3.4"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"prettier": "^2.8.8",
"rollup": "^3.27.0",
"rollup-plugin-sass": "^1.12.20",
"rollup-plugin-typescript2": "^0.35.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.64.2",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1"
}
}