1 | {
|
2 | "name": "rc-progress",
|
3 | "version": "4.0.0",
|
4 | "description": "progress ui component for react",
|
5 | "keywords": [
|
6 | "react",
|
7 | "react-component",
|
8 | "react-progress",
|
9 | "progress"
|
10 | ],
|
11 | "homepage": "http://github.com/react-component/progress",
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "git@github.com:react-component/progress.git"
|
15 | },
|
16 | "bugs": {
|
17 | "url": "http://github.com/react-component/progress/issues"
|
18 | },
|
19 | "license": "MIT",
|
20 | "main": "./lib/index",
|
21 | "module": "./es/index",
|
22 | "files": [
|
23 | "lib",
|
24 | "es"
|
25 | ],
|
26 | "scripts": {
|
27 | "start": "dumi dev",
|
28 | "docs:build": "dumi build",
|
29 | "docs:deploy": "gh-pages -d dist",
|
30 | "deploy": "npm run docs:build && npm run docs:deploy",
|
31 | "compile": "father build",
|
32 | "prepare": "dumi setup",
|
33 | "gh-pages": "npm run now-build && father doc deploy",
|
34 | "prepublishOnly": "npm run compile && np --yolo --no-publish",
|
35 | "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js",
|
36 | "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
37 | "test": "rc-test",
|
38 | "tsc": "tsc --noEmit",
|
39 | "coverage": "father test --coverage",
|
40 | "now-build": "npm run docs:build"
|
41 | },
|
42 | "peerDependencies": {
|
43 | "react": ">=16.9.0",
|
44 | "react-dom": ">=16.9.0"
|
45 | },
|
46 | "dependencies": {
|
47 | "@babel/runtime": "^7.10.1",
|
48 | "classnames": "^2.2.6",
|
49 | "rc-util": "^5.16.1"
|
50 | },
|
51 | "devDependencies": {
|
52 | "@rc-component/father-plugin": "^1.0.0",
|
53 | "@testing-library/react": "^12.1.5",
|
54 | "@types/classnames": "^2.2.9",
|
55 | "@types/jest": "^29.4.0",
|
56 | "@types/keyv": "3.1.4",
|
57 | "@types/react": "^18.0.9",
|
58 | "@types/react-dom": "^18.0.3",
|
59 | "@umijs/fabric": "^3.0.0",
|
60 | "cross-env": "^7.0.0",
|
61 | "dumi": "^2.0.0",
|
62 | "enzyme": "^3.1.1",
|
63 | "enzyme-adapter-react-16": "^1.15.6",
|
64 | "enzyme-to-json": "^3.1.2",
|
65 | "eslint": "^8.57.0",
|
66 | "eslint-plugin-jest": "^27.6.0",
|
67 | "eslint-plugin-unicorn": "^50.0.1",
|
68 | "father": "^4.0.0",
|
69 | "glob": "^8.0.1",
|
70 | "np": "^10.0.1",
|
71 | "prettier": "^3.1.1",
|
72 | "rc-test": "^7.0.15",
|
73 | "react": "^16.0.0",
|
74 | "react-dom": "^16.0.0",
|
75 | "typescript": "^5.0.0"
|
76 | }
|
77 | }
|