forked from react-component/select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.01 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
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@alitajs/input-tag",
"version": "1.1.3",
"files": [
"dist",
"es",
"lib"
],
"scripts": {
"start": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"build": "father-build",
"deploy": "npm run docs:build && npm run docs:deploy",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "umi-test",
"publish": "npm publish --access public",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build"
},
"module": "es/index.js",
"typings": "es/index.d.ts",
"gitHooks": {
"pre-commit": "lint-staged"
},
"license": "MIT",
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"repository": "https://github.com/alitajs/select",
"authors": [
"hang1017 <[email protected]> (https://github.com/hang1017)"
],
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/runtime": "^7.10.1",
"@types/node": "^17.0.21",
"alita-test": "^4.0.0-alpha.8",
"antd": "^4.19.1",
"classnames": "2.x",
"moment": "^2.29.1",
"rc-motion": "^2.0.1",
"rc-overflow": "^1.0.0",
"rc-trigger": "^5.0.4",
"rc-util": "^5.19.2",
"rc-virtual-list": "^3.2.0",
"react": "^16.12.0 || ^17.0.0"
},
"devDependencies": {
"@alita/test": "^0.0.4",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@types/enzyme": "^3.10.9",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.3",
"@umijs/fabric": "^2.8.1",
"cross-env": "^7.0.0",
"dumi": "^1.1.32",
"enzyme": "^3.3.0",
"enzyme-to-json": "^3.4.0",
"eslint": "^7.1.0",
"father": "^2.13.2",
"father-build": "^1.17.2",
"gh-pages": "^3.0.0",
"jest": "26.6.3",
"jsonp": "^0.2.1",
"lint-staged": "^10.0.7",
"np": "^7.5.0",
"prettier": "^2.2.1",
"rc-dialog": "^8.1.1",
"typescript": "^4.2.3",
"yorkie": "^2.0.0"
}
}