generated from react-component/footer
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
85 lines (85 loc) · 2.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "rc-resize-observer",
"version": "1.4.3",
"description": "Resize observer for React",
"keywords": [
"react",
"react-component",
"react-resize-observer",
"resize-observer"
],
"main": "./lib/index",
"module": "./es/index",
"files": [
"assets/*.css",
"assets/*.less",
"es",
"lib"
],
"homepage": "https://react-component.github.io/resize-observer",
"repository": {
"type": "git",
"url": "[email protected]:react-component/resize-observer.git"
},
"bugs": {
"url": "http://github.com/react-component/resize-observer/issues"
},
"license": "MIT",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
"compile": "father build && lessc assets/index.less assets/index.css",
"deploy": "UMI_ENV=gh npm run build && gh-pages -d dist",
"gh-pages": "npm run deploy",
"prepare": "dumi setup",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"postpublish": "npm run gh-pages",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"test": "rc-test",
"coverage": "rc-test --coverage",
"now-build": "npm run build"
},
"dependencies": {
"@babel/runtime": "^7.20.7",
"classnames": "^2.2.1",
"rc-util": "^5.44.1",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@rc-component/father-plugin": "^1.0.0",
"@testing-library/react": "^12.1.5",
"@types/jest": "^29.5.10",
"@types/react-dom": "^18.0.11",
"@types/react": "^18.0.28",
"@umijs/fabric": "^2.0.9",
"coveralls": "^3.0.6",
"cross-env": "^7.0.2",
"dumi": "^2.0.0",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.4.0",
"father": "^4.0.0",
"gh-pages": "^6.1.0",
"glob": "^7.1.6",
"less": "^4.1.3",
"np": "^9.0.0",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"rc-test": "^7.0.15",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"cheerio": "1.0.0-rc.12",
"regenerator-runtime": "^0.14.0"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"cnpm": {
"mode": "npm"
},
"tnpm": {
"mode": "npm"
}
}