vue-skeleton-content-loader
Version:
Make beautiful, animated loading skeletons that automatically adapt to your Vue apps
88 lines (87 loc) • 2.64 kB
JSON
{
"name": "vue-skeleton-content-loader",
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Vue apps",
"version": "1.1.1",
"license": "MIT",
"main": "./dist/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"keywords": [
"vue",
"skeleton",
"package",
"module",
"ghost",
"screen",
"ui",
"loader",
"content",
"content-loader",
"vue-loader",
"vue-skeleton-loader",
"vue-skeleton",
"vue-skeleton-content-loader",
"facebook-loading",
"instagram-loading",
"loading",
"skeleton-loader",
"skeleton-animation",
"animation"
],
"repository": {
"type": "git",
"url": "https://github.com/willmendesneto/vue-skeleton-content-loader.git"
},
"bugs": {
"url": "https://github.com/willmendesneto/vue-skeleton-content-loader/issues"
},
"homepage": "https://github.com/willmendesneto/vue-skeleton-content-loader#readme",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./index.js",
"default": "./index.js"
}
},
"scripts": {
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"format": "prettier --write src/ demo/",
"type-check": "vue-tsc --noEmit",
"build-demo": "rm -rf ./dist-demo && vite build --config vite.config.demo.mts",
"build": "rm -rf ./dist && vite build",
"dev": "vite --config vite.config.demo.mts",
"test": "vitest --run",
"deploy-demo": "GH_PAGES=true npm run build-demo && gh-pages -d dist-demo",
"postversion": "git push && git push --tags",
"prepublish": "npm run build",
"version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && npm run build && git add .",
"bundlesize": "bundlesize --config .bundlesize.config.json"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"@vitest/eslint-plugin": "^1.2.1",
"@vue/test-utils": "^2.4.6",
"ajv": "^8.17.1",
"bundlesize": "^0.18.2",
"changelog-verify": "^1.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"gh-pages": "^6.3.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"version-changelog": "^3.1.1",
"vite": "^5.2.12",
"vite-plugin-dts": "^4.5.4",
"vitest": "^1.6.0",
"vue": "^3.4.27",
"vue-tsc": "^2.0.19"
}
}