UNPKG

2.44 kBJSONView Raw
1{
2 "name": "rc-input-number",
3 "version": "8.4.0",
4 "description": "React input-number component",
5 "keywords": [
6 "react",
7 "react-component",
8 "react-input-number",
9 "input-number"
10 ],
11 "homepage": "https://github.com/react-component/input-number",
12 "bugs": {
13 "url": "https://github.com/react-component/input-number/issues"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git@github.com:react-component/input-number.git"
18 },
19 "license": "MIT",
20 "author": "tsjxyz@gmail.com",
21 "main": "./lib/index",
22 "module": "./es/index",
23 "types": "./es/index.d.ts",
24 "files": [
25 "lib",
26 "es",
27 "assets/*.css"
28 ],
29 "scripts": {
30 "compile": "father build && lessc assets/index.less assets/index.css",
31 "coverage": "rc-test --coverage",
32 "docs:build": "dumi build",
33 "docs:deploy": "gh-pages -d docs-dist",
34 "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
35 "now-build": "npm run docs:build",
36 "prepare": "husky install",
37 "prepublishOnly": "npm run compile && np --yolo --no-publish",
38 "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
39 "start": "dumi dev",
40 "test": "rc-test"
41 },
42 "lint-staged": {
43 "**/*.{js,jsx,tsx,ts,md,json}": [
44 "prettier --write",
45 "git add"
46 ]
47 },
48 "dependencies": {
49 "@babel/runtime": "^7.10.1",
50 "@rc-component/mini-decimal": "^1.0.1",
51 "classnames": "^2.2.5",
52 "rc-input": "~1.3.5",
53 "rc-util": "^5.28.0"
54 },
55 "devDependencies": {
56 "@rc-component/father-plugin": "^1.0.1",
57 "@swc-node/jest": "^1.5.5",
58 "@testing-library/jest-dom": "^5.16.5",
59 "@testing-library/react": "^14.0.0",
60 "@types/classnames": "^2.2.9",
61 "@types/jest": "^29.2.4",
62 "@types/react": "^18.0.26",
63 "@types/react-dom": "^18.0.9",
64 "@types/responselike": "^1.0.0",
65 "@umijs/fabric": "^2.0.0",
66 "@umijs/test": "^4.0.36",
67 "cross-env": "^7.0.3",
68 "dumi": "^2.0.13",
69 "eslint": "^7.1.0",
70 "expect.js": "~0.3.1",
71 "father": "^4.1.1",
72 "glob": "^9.2.1",
73 "husky": "^8.0.3",
74 "jest-environment-jsdom": "^29.3.1",
75 "less": "^3.12.2",
76 "lint-staged": "^13.2.0",
77 "np": "^7.2.0",
78 "rc-test": "^7.0.14",
79 "rc-tooltip": "^6.0.1",
80 "react": "^18.2.0",
81 "react-dom": "^18.2.0",
82 "regenerator-runtime": "^0.13.7",
83 "ts-node": "^10.9.1",
84 "typescript": "^4.9.4"
85 },
86 "peerDependencies": {
87 "react": ">=16.9.0",
88 "react-dom": ">=16.9.0"
89 }
90}