Socket
Socket
Sign inDemoInstall

element-plus

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

element-plus - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-alpha.0

CHANGELOG.en-US.md

112

package.json
{
"name": "element-plus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"version": "1.0.1-alpha.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"cz": "npx git-cz",
"test": "jest",
"gen": "bash ./scripts/gc.sh",
"storybook": "start-storybook",
"bootstrap": "yarn && npx lerna bootstrap",
"build": "yarn bootstrap && yarn build:lib && yarn build:theme",
"build:lib": "rimraf lib && webpack --config ./build/webpack.config.js",
"build:theme": "rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk",
"lint": "eslint ./packages --ext .vue,.js,.ts",
"website-build": "webpack --config ./website/webpack.config.js",
"website-dev": "webpack-dev-server --config ./website/webpack.config.js",
"website-dev:play": "PLAY_ENV=true yarn website-dev"
},
"author": "",
"license": "ISC"
"peerDependencies": {
"vue": "^3.0.0-rc.9"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@storybook/addon-storysource": "^6.0.20",
"@storybook/html": "^6.0.20",
"@swc-node/jest": "^0.3.4",
"@types/jest": "^26.0.10",
"@types/lodash": "^4.14.161",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"@vue/babel-plugin-jsx": "^1.0.0-rc.3",
"@vue/compiler-sfc": "^3.0.0-rc.9",
"@vue/component-compiler-utils": "^3.2.0",
"algoliasearch": "^4.4.0",
"babel-loader": "^8.1.0",
"babel-preset-vue": "^2.0.2",
"cross-env": "^7.0.2",
"css-loader": "^4.2.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.7.0",
"eslint-plugin-vue": "^7.0.0-beta.0",
"file-loader": "^6.0.0",
"highlight.js": "^10.1.2",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"jest": "^26.4.2",
"lerna": "^3.22.1",
"lint-staged": "^10.2.13",
"markdown-it": "^11.0.0",
"markdown-it-anchor": "^5.3.0",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"rimraf": "^3.0.2",
"sass": "^1.26.10",
"sass-loader": "^10.0.1",
"style-loader": "^1.2.1",
"throttle-debounce": "2.3.0",
"transliteration": "^2.1.11",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"url-loader": "^4.1.0",
"vite": "^1.0.0-rc.4",
"vue-jest": "5.0.0-alpha.1",
"vue-loader": "16.0.0-beta.7",
"vue-router": "^4.0.0-beta.4",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push-todo-open": "npm run test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,ts,vue}": "eslint --fix"
},
"workspaces": [
"packages/*"
],
"description": "A Component Library for Vue3.0",
"repository": "git@github.com:element-plus/element-plus.git",
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.4.4",
"cp-cli": "^2.0.0",
"dayjs": "1.x",
"lodash": "^4.17.20",
"mitt": "^2.1.0"
},
"files": [
"lib",
"types"
],
"main": "lib/index.js.js",
"typings": "types/index.d.ts",
"unpkg": "lib/index.js",
"style": "lib/theme-chalk/index.css",
"browserslist": [
"last 2 version"
]
}
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