taos
Version:
TAOS - Tailwind CSS Animation on Scroll Library
41 lines (40 loc) • 794 B
JSON
{
"name": "@versoly/vue-taos",
"version": "1.0.1",
"description": "Vue JS 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/vue"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"vite": "^7.2.4"
},
"dependencies": {
"@vueuse/core": "^10.7.0",
"vue": "^3.3.11"
}
}