generated from react-component/switch
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
88 lines (88 loc) · 2.22 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
86
87
88
{
"name": "rc-footer",
"version": "0.6.8",
"description": "Pretty Footer react component used in ant.design",
"keywords": [
"react",
"react-component",
"react-footer",
"footer",
"antd",
"ant-design"
],
"main": "./lib/index",
"module": "./es/index",
"files": [
"assets/*.css",
"assets/*.less",
"es",
"lib",
"dist"
],
"homepage": "https://react-component.github.io/footer",
"repository": {
"type": "git",
"url": "[email protected]:react-component/footer.git"
},
"bugs": {
"url": "http://github.com/react-component/footer/issues"
},
"license": "MIT",
"scripts": {
"start": "dumi dev",
"type:check": "tsc --noEmit",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d .doc",
"compile": "father build && lessc assets/index.less assets/index.css",
"gh-pages": "GH_PAGES=1 npm run docs:build && npm run docs:deploy",
"prepublishOnly": "npm run compile && np --yolo --no-publish && npm run gh-pages",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"pretty-quick": "pretty-quick",
"test": "jest",
"coverage": "jest --coverage",
"prepare": "husky install"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"classnames": "^2.5.1"
},
"devDependencies": {
"@rc-component/father-plugin": "^1.0.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.3.1",
"@types/classnames": "^2.3.1",
"@types/jest": "^29.5.12",
"@types/node": "^22.2.0",
"@types/react": "^17.0.80",
"@types/react-dom": "^18.3.1",
"@umijs/fabric": "^4.0.0",
"@umijs/test": "^4.3.12",
"dumi": "^2.4.7",
"eslint": "^8.57.0",
"father": "^4.5.0",
"gh-pages": "^3.2.3",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"less": "^4.2.0",
"np": "^7.7.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"cnpm": {
"mode": "npm"
},
"tnpm": {
"mode": "npm"
}
}