unocss-preset-ease
Version:
82 lines • 1.91 kB
JSON
{
"name": "unocss-preset-ease",
"type": "module",
"version": "0.0.4",
"description": "",
"author": "Kirk Lin <https://github.com/kirklin>",
"license": "MIT",
"funding": "https://www.buymeacoffee.com/linkirk",
"homepage": "https://github.com/kirklin/unocss-preset-ease#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/kirklin/unocss-preset-ease.git"
},
"bugs": "https://github.com/kirklin/unocss-preset-ease/issues",
"keywords": [
"unocss",
"unocss-preset",
"easing",
"unocss-preset-ease",
"cubic-bezier"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist"
],
"peerDependenciesMeta": {
"@unocss/nuxt": {
"optional": true
},
"unocss": {
"optional": true
}
},
"devDependencies": {
"@antfu/ni": "^0.23.0",
"@kirklin/eslint-config": "^2.6.1",
"@types/node": "^22.5.4",
"@unocss/autocomplete": "^0.62.3",
"@unocss/core": "^0.62.3",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"pnpm": "^9.10.0",
"rimraf": "^6.0.1",
"taze": "^0.16.7",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"unocss": "^0.62.3",
"vite": "^5.4.3",
"vitest": "^2.0.5"
},
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"up": "taze major -r -w -I"
}
}