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

ispa-element

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ispa-element - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/index.js

68

package.json
{
"name": "ispa-element",
"version": "0.0.2",
"version": "0.0.3",
"description": "A Component Library for VueJs (Vue 3) base on Tailwind Css.",
"main": "src/index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"keywords": [
"vue-3",
"component-library",
"tailwind-css",
"ispa-element"
"main": "dist/index.js",
"files": [
"dist/*"
],
"author": "malayvuong <malayvuong@gmail.com>",
"license": "MIT",
"devDependencies": {
"vuepress": "^1.7.1"
},
"directories": {
"doc": "docs"
},
"dependencies": {},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"dev": "webpack --mode development --watch --progress",
"build": "webpack --mode production --progress"
},
"repository": {

@@ -29,6 +22,45 @@ "type": "git",

},
"keywords": [
"ispa-element",
"tailwindcss",
"vue3"
],
"author": "malayvuong <malayvuong@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/malayvuong/ispa-element/issues"
},
"homepage": "https://github.com/malayvuong/ispa-element#readme"
"homepage": "https://github.com/malayvuong/ispa-element#readme",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"autoprefixer": "^10.0.4",
"babel-loader": "^8.0.6",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.26.12",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^5.0.1",
"postcss": "^8.1.14",
"postcss-import": "^13.0.0",
"postcss-loader": "^4.1.0",
"postcss-url": "^10.1.1",
"tailwindcss": "^2.0.1",
"vue": "^2.6.10",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"dependencies": {}
}
# ispa-element
A Component Library for VueJs (Vue 3) base on Tailwind Css.
> A Component Library for VueJs (Vue 3) base on Tailwind Css.
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
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