taos
Version:
TAOS - Tailwind CSS Animation on Scroll Library
41 lines (40 loc) • 798 B
JSON
{
"name": "@versoly/react-taos",
"version": "1.0.1",
"description": "React Tailwind CSS Animation on Scroll Library",
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/versoly/taos",
"directory": "packages/react"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"vite": "^7.2.4",
"@vitejs/plugin-react": "^4.2.1"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}