axp-ui/package.json

49 lines
1.0 KiB
JSON
Raw Normal View History

2023-07-11 10:38:21 +03:00
{
"name": "axp-ui",
"descriiption": "My helper ui lib",
2023-10-03 19:58:17 +03:00
"version": "1.7.3",
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",
2023-07-11 10:38:21 +03:00
"exports": {
".": {
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
},
"files": [
"dist",
"tsconfig.json",
"tailwind.config.ts",
2023-09-20 14:12:48 +03:00
"src/style"
2023-07-11 10:38:21 +03:00
],
"scripts": {
2023-09-20 14:09:22 +03:00
"build": "vite build",
"dev": "vite",
2023-07-11 10:38:21 +03:00
"prepare": "npm run build"
},
2023-09-20 14:09:22 +03:00
"peerDependencies": {
2023-10-03 19:58:17 +03:00
"axp-ts": "^1.9.11",
2023-07-11 10:38:21 +03:00
"vue": "^3.3.4"
},
"devDependencies": {
2023-10-03 19:58:17 +03:00
"@vitejs/plugin-vue": "^4.4.0",
"postcss": "^8.4.31",
2023-07-11 10:38:21 +03:00
"prettier": "^2.8.8",
2023-10-03 19:58:17 +03:00
"sass": "^1.68.0",
2023-08-02 10:45:49 +03:00
"tailwindcss": "^3.3.3",
2023-09-20 14:09:22 +03:00
"typescript": "^5.2.2",
2023-10-03 19:58:17 +03:00
"vite": "^4.4.10",
"vite-plugin-dts": "^3.6.0"
2023-07-11 10:38:21 +03:00
}
}