UNPKG

@ant-design-vue/use

Version:

Vue 3 Composition Api Library.

68 lines (67 loc) 2 kB
{ "name": "@ant-design-vue/use", "version": "0.0.1-alpha.10", "repository": { "type": "git", "url": "git+https://github.com/vueComponent/use.git" }, "main": "./lib/index.js", "module": "./es/index.js", "files": [ "dist", "lib", "es", "typings" ], "scripts": { "dev": "NODE_ENV=dev webpack-dev-server", "test": "jest", "lint": "eslint src/ --fix --ext .tsx,.ts", "compile": "vc-tools run compile", "test-coverage": "jest --coverage", "prepublishOnly": "npm run lint && npm run compile && npm run test" }, "dependencies": { "async-validator": "^3.4.0", "lodash-es": "^4.17.15", "resize-observer-polyfill": "^1.5.1", "vue": "^3.0.0" }, "devDependencies": { "@babel/plugin-proposal-optional-chaining": "^7.11.0", "@babel/plugin-transform-typescript": "^7.10.3", "@babel/preset-env": "^7.10.4", "@babel/preset-typescript": "^7.10.4", "@babel/runtime": "^7.10.4", "@types/jest": "^26.0.3", "@types/lodash-es": "^4.17.3", "@typescript-eslint/eslint-plugin": "^4.13.0", "@typescript-eslint/parser": "^4.1.1", "@vue/babel-plugin-jsx": "^1.0.0", "@vue/cli-plugin-eslint": "^4.5.4", "@vue/cli-plugin-typescript": "^4.5.4", "@vue/compiler-sfc": "^3.0.0", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^7.0.0", "@vue/test-utils": "^2.0.0-beta.3", "ant-design-vue": "^2.0.0", "babel-jest": "^26.1.0", "babel-loader": "^8.1.0", "css-loader": "^3.4.2", "eslint": "^7.3.1", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-vue": "^7.4.1", "jest": "^26.1.0", "lerna": "^3.22.1", "mini-css-extract-plugin": "^0.9.0", "typescript": "^4.1.3", "vc-tools": "^3.0.0", "vue": "^3.0.0", "vue-loader": "^16.0.0-0", "vue-router": "^4.0.0-0", "webpack": "^4.42.1", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3" } }