This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
67 lines (67 loc) · 1.95 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"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"
}
}