vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
58 lines (57 loc) • 1.78 kB
JSON
{
"name": "vuetning",
"version": "0.7.19",
"type": "module",
"main": "./dist/vuetning.umd.js",
"module": "./dist/vuetning.es.js",
"exports": {
".": {
"import": "./dist/vuetning.es.js",
"require": "./dist/vuetning.umd.js",
"types": "./dist/main.d.ts"
},
"./style.css": "./dist/style.css"
},
"files": [
"dist",
"src"
],
"types": "./dist/main.d.ts",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"build": "vite build && vue-tsc --emitDeclarationOnly",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"type-check": "vue-tsc --noEmit --composite false"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"gsap": "^3.12.5",
"moment": "^2.30.1",
"numeral": "^2.0.6",
"scrollparent": "^2.1.0",
"uuid": "^9.0.1",
"vue": "^3.4.26",
"vue-observe-visibility": "^2.0.0-alpha.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.2",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.38",
"postcss-prefix-selector": "^1.16.1",
"sass": "^1.76.0",
"typescript": "~5.4.0",
"vite": "^5.2.11",
"vitepress": "^1.1.4",
"vue-tsc": "^2.0.13"
}
}