UNPKG

element3

Version:

A Component Library for Vue3

91 lines (90 loc) 2.66 kB
{ "name": "element3", "version": "0.0.40", "description": "A Component Library for Vue3", "main": "dist/element3-ui.cjs.js", "module": "dist/element3-ui.esm-bundler.js", "unpkg": "dist/element3-ui.global.js", "jsdelivr": "dist/element3-ui.global.js", "files": [ "lib", "dist", "src", "packages", "types" ], "typings": "types/index.d.ts", "scripts": { "build": "yarn build:theme && yarn build:lib", "build:lib": "rollup -c", "build:theme": "node scripts/generateCssFile.js && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk", "dev": "cross-env NODE_ENV=development rollup -wc", "test": "jest --runInBand", "test:coverage": "jest --coverage" }, "repository": { "type": "git", "url": "git@github.com:hug-sun/element3.git" }, "homepage": "https://element3-ui.com/", "keywords": [ "eleme", "vue", "components", "element", "element3", "ui", "vue3", "vue-next" ], "license": "MIT", "bugs": { "url": "https://github.com/hug-sun/element3/issues" }, "style": "lib/theme-chalk/index.css", "dependencies": { "async-validator": "^3.5.1", "lodash-es": "^4.17.20", "mitt": "^2.1.0", "normalize-wheel": "^1.0.1", "resize-observer-polyfill": "^1.5.1", "throttle-debounce": "^3.0.1" }, "peerDependencies": { "vue": "^3.0.7" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", "@babel/plugin-proposal-optional-chaining": "^7.12.7", "@babel/preset-env": "^7.12.10", "@babel/preset-typescript": "^7.12.7", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.0.0", "@rollup/plugin-replace": "^2.3.4", "@testing-library/jest-dom": "^5.11.9", "@testing-library/vue": "^6.4.0", "@types/jest": "^26.0.18", "@types/testing-library__jest-dom": "^5.9.5", "@vue/babel-plugin-jsx": "^1.0.0-rc.4", "@vue/compiler-sfc": "^3.0.7", "@vue/test-utils": "^2.0.0-rc.3", "babel-jest": "^26.6.3", "cp-cli": "^2.0.0", "gulp": "^4.0.2", "gulp-autoprefixer": "^7.0.1", "gulp-cssmin": "^0.2.0", "gulp-sass": "^4.1.0", "rollup": "^2.34.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-scss": "^2.6.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.29.0", "rollup-plugin-vue": "^6.0.0", "typescript": "^4.1.2", "vue": "^3.0.7", "vue-jest": "^5.0.0-alpha.7" } }