UNPKG

2.04 kBJSONView Raw
1{
2 "name": "rc-select",
3 "version": "14.15.0",
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 "prepare": "dumi setup",
36 "compile": "father build && lessc assets/index.less assets/index.css",
37 "prepublishOnly": "npm run compile && np --yolo --no-publish",
38 "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
39 "test": "rc-test",
40 "tsc": "tsc --noEmit",
41 "now-build": "npm run build"
42 },
43 "peerDependencies": {
44 "react": "*",
45 "react-dom": "*"
46 },
47 "dependencies": {
48 "@babel/runtime": "^7.10.1",
49 "@rc-component/trigger": "^2.1.1",
50 "classnames": "2.x",
51 "rc-motion": "^2.0.1",
52 "rc-overflow": "^1.3.1",
53 "rc-util": "^5.16.1",
54 "rc-virtual-list": "^3.5.2"
55 },
56 "devDependencies": {
57 "@rc-component/father-plugin": "^1.0.2",
58 "@testing-library/jest-dom": "^6.4.5",
59 "@testing-library/react": "^15.0.6",
60 "@types/jest": "^29.5.12",
61 "@types/react": "^18.2.45",
62 "@types/react-dom": "^18.2.18",
63 "babel-jest": "^29.6.1",
64 "cross-env": "^7.0.0",
65 "dumi": "^2.2.13",
66 "eslint": "^8.55.0",
67 "eslint-plugin-jest": "^27.6.0",
68 "eslint-plugin-unicorn": "^50.0.1",
69 "father": "^4.0.0",
70 "jsonp": "^0.2.1",
71 "less": "^4.2.0",
72 "np": "^9.2.0",
73 "prettier": "^3.1.1",
74 "querystring": "^0.2.1",
75 "rc-dialog": "^9.0.0",
76 "rc-test": "^7.0.9",
77 "react": "^18.2.0",
78 "react-dom": "^18.2.0",
79 "typescript": "^5.2.2"
80 }
81}