New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@amto/vue-skeleton

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amto/vue-skeleton - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

LICENSE

93

package.json
{
"name": "@amto/vue-skeleton",
"version": "0.0.1",
"description": "vue通用的骨架屏展示解决方案",
"main": "index.js",
"description": "Vue component to easily build (or use presets) SVG loading cards Facebook like.",
"version": "0.0.3",
"author": "Julian",
"license": "MIT",
"private": false,
"files": [
"dist/vuecontentloading.js",
"dist/vuecontentloading.js.map"
],
"main": "dist/vuecontentloading.js",
"scripts": {
"dev": "webpack-dev-server --open --hot --config=./build/webpack.dev.config.js",
"dev:build": "webpack --config=./build/webpack.dev.config.js",
"build": "webpack --progress --config=./build/webpack.prod.config.js --profile --json > stats.json",
"fix": "tslint --fix --project ./tsconfig.json"
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"lint": "eslint --ext .vue,.js src/*",
"lint:fix": "eslint --fix --ext .vue,.js src/*"
},
"author": "",
"license": "ISC",
"keywords": [
"ui",
"ux",
"svg",
"vue",
"card",
"cards",
"vuejs",
"loading",
"facebook",
"animation",
"loading-animations"
],
"dependencies": {
"vue": "^2.5.13"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-transform-strict-mode": "^7.2.0",
"@babel/preset-env": "^7.4.2",
"@types/node": "^11.11.7",
"@vue/babel-preset-app": "^3.5.1",
"autoprefixer": "^9.5.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-plugin-jsx-v-model": "^2.0.3",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^2.1.1",
"eslint": "^5.15.3",
"eslint-loader": "^2.1.2",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"postcss-loader": "^3.0.0",
"ts-loader": "^5.3.3",
"tslint": "^5.14.0",
"tslint-loader": "^3.5.4",
"typescript": "^3.3.4000",
"vue-loader": "^15.7.0",
"vue-property-decorator": "^8.1.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"vue": "^2.6.10"
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"file-loader": "^1.1.4",
"github-markdown-css": "^2.9.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
}
}

@@ -1,2 +0,25 @@

# vue-skeleton-component
vue通用的骨架屏展示解决方案
# Vue Skeleton
### Vue component to easily build or use presets for Facebook-like SVG loading cards.
## So how does it look like?
Facebook
![Facebook loading](./static/facebook.gif "Facebook loading")
Code
![Code loading](./static/code.gif "Code loading")
## Installation
Simple installation via NPM
``$ npm install vue-skeleton --save``
##### License
This project is licensed under the MIT license. See the [LICENSE file](./LICENSE) for more details
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc