-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.83 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
{
"name": "xy-select",
"version": "1.3.4",
"description": "基于React的下拉列表组件",
"types": "es/index.d.ts",
"main": "es/index.js",
"module": "es/index.js",
"publisher": "XueYou",
"license": "MIT",
"sideEffects": [
"*.css",
"*.scss"
],
"files": [
"es",
"dist",
"assets"
],
"scripts": {
"test": "quick-react-scripts test",
"build": "quick-react-scripts build",
"start": "xy-manual-tools start -p 6006",
"build:demo": "xy-manual-tools build",
"_publish": "yarn run test && yarn run build && npm publish"
},
"keywords": [
"react",
"react-component",
"xy-select"
],
"author": {
"name": "XueYou",
"email": "[email protected]"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"devDependencies": {
"@testing-library/react": "^9.1.4",
"@types/classnames": "^2.2.9",
"@types/jest": "24.0.18",
"@types/node": "12.7.4",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@types/shallowequal": "^1.1.1",
"quick-react-scripts": "^1.3.2",
"xy-manual-tools": "^0.3.0"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"classnames": "^2.2.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"utils-dom": "^0.0.70",
"utils-hooks": "^0.0.71",
"xy-empty": "^0.1.0",
"xy-trigger": "^0.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xueyou2000/xy-select.git"
},
"jest": {
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!(utils-*|xy-*))"
]
}
}