@rootenginear/svelte-action-motionone
Version:
Unofficial Svelte Action for Motion One animation library
81 lines (80 loc) • 2.15 kB
JSON
{
"name": "@rootenginear/svelte-action-motionone",
"version": "0.6.0",
"description": "Unofficial Svelte Action for Motion One animation library",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0"
},
"devDependencies": {
"@shikijs/langs-precompiled": "^3.2.2",
"@shikijs/themes": "^3.2.2",
"@svelte-put/dragscroll": "3.0.1",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^9.6.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"publint": "^0.1.9",
"shiki": "^3.2.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vite": "^5.0.11"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"motion": "^12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rootEnginear/svelte-action-motionone.git"
},
"keywords": [
"svelte",
"sveltekit",
"svelte-action",
"motion",
"motionone"
],
"author": {
"name": "Suthep Chanchuphol (rootEnginear)",
"email": "rootenginear@users.noreply.github.com",
"url": "https://rootenginear.github.io/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rootEnginear/svelte-action-motionone/issues"
},
"homepage": "https://rootenginear.github.io/svelte-action-motionone"
}