UNPKG

1.66 kBJSONView Raw
1{
2 "name": "rc-select",
3 "version": "12.0.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": "cross-env NODE_ENV=development father doc dev --storybook",
34 "build": "father doc build --storybook",
35 "compile": "father build",
36 "prepublishOnly": "npm run compile && np --yolo --no-publish",
37 "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
38 "test": "father test",
39 "now-build": "npm run build"
40 },
41 "peerDependencies": {
42 "react": "*",
43 "react-dom": "*"
44 },
45 "dependencies": {
46 "@babel/runtime": "^7.10.1",
47 "classnames": "2.x",
48 "rc-motion": "^2.0.1",
49 "rc-overflow": "^1.0.0",
50 "rc-trigger": "^5.0.4",
51 "rc-util": "^5.0.1",
52 "rc-virtual-list": "^3.2.0"
53 },
54 "devDependencies": {
55 "@types/enzyme": "^3.10.5",
56 "@types/jest": "^26.0.0",
57 "@types/react": "^16.8.19",
58 "@types/react-dom": "^16.8.4",
59 "cross-env": "^7.0.0",
60 "enzyme": "^3.3.0",
61 "enzyme-to-json": "^3.4.0",
62 "eslint": "^7.1.0",
63 "father": "^2.13.2",
64 "jsonp": "^0.2.1",
65 "np": "^6.0.0",
66 "rc-dialog": "^8.1.1",
67 "typescript": "^3.9.3"
68 }
69}