UNPKG

1.89 kBJSONView Raw
1{
2 "name": "rc-select",
3 "version": "14.7.2",
4 "description": "React Select",
5 "engines": {
6 "node": ">=8.x"
7 },
8 "keywords": [
9 "react",
10 "react-component",
11 "react-select",
12 "select"
13 ],
14 "main": "./lib/index",
15 "module": "./es/index",
16 "types": "./lib/index.d.ts",
17 "files": [
18 "assets/*.css",
19 "assets/*.less",
20 "es",
21 "lib"
22 ],
23 "homepage": "http://github.com/react-component/select",
24 "repository": {
25 "type": "git",
26 "url": "git@github.com:react-component/select.git"
27 },
28 "bugs": {
29 "url": "http://github.com/react-component/select/issues"
30 },
31 "license": "MIT",
32 "scripts": {
33 "start": "dumi dev",
34 "build": "dumi build",
35 "compile": "father build",
36 "prepublishOnly": "npm run compile && np --yolo --no-publish",
37 "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
38 "test": "rc-test",
39 "tsc": "tsc --noEmit",
40 "now-build": "npm run build"
41 },
42 "peerDependencies": {
43 "react": "*",
44 "react-dom": "*"
45 },
46 "dependencies": {
47 "@babel/runtime": "^7.10.1",
48 "@rc-component/trigger": "^1.5.0",
49 "classnames": "2.x",
50 "rc-motion": "^2.0.1",
51 "rc-overflow": "^1.3.1",
52 "rc-util": "^5.16.1",
53 "rc-virtual-list": "^3.5.2"
54 },
55 "devDependencies": {
56 "@testing-library/jest-dom": "^5.16.5",
57 "@testing-library/react": "^12.1.5",
58 "@types/enzyme": "^3.10.9",
59 "@types/jest": "^26.0.24",
60 "@types/react": "^17.0.15",
61 "@types/react-dom": "^17.0.3",
62 "babel-jest": "^29.6.1",
63 "cross-env": "^7.0.0",
64 "dumi": "^1.1.32",
65 "enzyme": "^3.3.0",
66 "enzyme-adapter-react-16": "^1.15.7",
67 "enzyme-to-json": "^3.4.0",
68 "eslint": "^7.1.0",
69 "father": "^4.0.0",
70 "jsonp": "^0.2.1",
71 "np": "^7.5.0",
72 "prettier": "^2.7.1",
73 "querystring": "^0.2.1",
74 "rc-dialog": "^9.0.0",
75 "rc-test": "^7.0.9",
76 "typescript": "^4.2.3"
77 }
78}