@sarmal/react
Version:
React components and hooks for @sarmal/core animated curves
80 lines (79 loc) • 1.76 kB
JSON
{
"name": "@sarmal/react",
"version": "0.10.0",
"description": "React components and hooks for @sarmal/core animated curves",
"keywords": [
"animation",
"canvas",
"curve",
"loading",
"loading-indicator",
"react",
"svg",
"tanstack-intent",
"trail"
],
"license": "MIT",
"author": {
"name": "Alper Halil",
"email": "contact@aktasalper.com",
"url": "https://aktasalper.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yethranayeh/sarmal.git",
"directory": "packages/react"
},
"files": [
"dist",
"LICENSE",
"skills"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prepublishOnly": "pnpm test && tsup",
"typecheck": "tsc --noEmit",
"lint": "oxlint --config ../../.oxlintrc.json",
"format": "oxfmt",
"test": "vitest --run",
"test:watch": "vitest"
},
"devDependencies": {
"@sarmal/core": "workspace:*",
"@tanstack/intent": "0.0.41",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.0",
"jsdom": "^29.0.2",
"oxfmt": "^0.44.0",
"oxlint": "^1.58.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.5.1",
"typescript": "^6.0.2",
"vitest": "^4.1.2"
},
"peerDependencies": {
"@sarmal/core": "*",
"react": ">=18"
},
"engines": {
"node": ">=18.0.0"
}
}