axp-ui/package.json

48 lines
989 B
JSON
Raw Normal View History

2023-07-11 10:38:21 +03:00
{
"name": "axp-ui",
"descriiption": "My helper ui lib",
2023-08-14 16:45:26 +03:00
"version": "1.6.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"
},
"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",
2023-08-02 10:45:49 +03:00
"postcss": "^8.4.27",
2023-07-11 10:38:21 +03:00
"prettier": "^2.8.8",
2023-08-02 10:45:49 +03:00
"rollup": "^3.27.0",
"rollup-plugin-sass": "^1.12.20",
2023-07-13 10:40:15 +03:00
"rollup-plugin-typescript2": "^0.35.0",
2023-07-11 10:38:21 +03:00
"rollup-plugin-vue": "^6.0.0",
2023-08-02 10:45:49 +03:00
"sass": "^1.64.2",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1"
2023-07-11 10:38:21 +03:00
}
}