unocss-preset-animations
Version:
💅 An animation preset for UnoCSS, which adapts the tailwindcss-animate plugin
95 lines • 2.72 kB
JSON
{
"name": "unocss-preset-animations",
"version": "1.1.1",
"description": "💅 An animation preset for UnoCSS, which adapts the tailwindcss-animate plugin",
"type": "module",
"author": "Aelita <https://github.com/xsjcTony>",
"license": "MIT",
"homepage": "https://unocss-preset-animations.aelita.me/",
"repository": {
"type": "git",
"url": "https://github.com/xsjcTony/unocss-preset-animations"
},
"bugs": {
"url": "https://github.com/xsjcTony/unocss-preset-animations/issues"
},
"keywords": [
"css",
"unocss",
"unocss-preset",
"unocss-preset-animations",
"tailwind-animate"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "pnpm lint"
},
"devDependencies": {
"@aelita-dev/eslint-config": "3.12.0",
"@iconify/json": "^2.2.297",
"@types/dom-view-transitions": "^1.0.5",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20.17.14",
"@unocss/core": "^65.4.2",
"@unocss/eslint-plugin": "^65.4.2",
"@unocss/preset-mini": "^65.4.2",
"@vitest/coverage-v8": "^3.0.2",
"@vitest/eslint-plugin": "^1.1.25",
"@vue/language-server": "2.2.0",
"bumpp": "^9.10.1",
"bundle-require": "^5.1.0",
"changelogithub": "^13.12.1",
"eslint": "^9.18.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"eslint-processor-vue-blocks": "^1.0.0",
"lint-staged": "^15.4.1",
"markdown-it": "^14.1.0",
"sass": "^1.83.4",
"simple-git-hooks": "^2.11.1",
"typescript": "~5.7.3",
"unbuild": "3.3.1",
"unocss": "^65.4.2",
"vite-tsconfig-paths": "^5.1.4",
"vitepress": "1.5.0",
"vitest": "^3.0.2",
"vue": "^3.5.13",
"vue-tsc": "2.2.0"
},
"peerDependencies": {
"@unocss/preset-wind": ">=0.56.0 < 101",
"unocss": ">=0.56.0 < 101"
},
"scripts": {
"build": "unbuild",
"release": "pnpm test:ci && bumpp",
"typecheck": "vue-tsc",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:update": "vitest run -u",
"test:ci": "pnpm typecheck && pnpm lint && pnpm test run && pnpm build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
}
}