49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"name": "axp-ui",
|
|
"descriiption": "My helper ui lib",
|
|
"version": "1.8.0",
|
|
"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.11",
|
|
"vue": "^3.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"postcss": "^8.4.31",
|
|
"prettier": "^2.8.8",
|
|
"sass": "^1.68.0",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.10",
|
|
"vite-plugin-dts": "^3.6.0"
|
|
}
|
|
}
|