-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
132 lines (132 loc) · 4.71 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"private": true,
"scripts": {
"init": "pnpm install && pnpm run build",
"start": "dumi dev",
"site": "dumi build",
"build": "hooks-scripts turbo --cmd build",
"lint": "eslint --ignore-pattern **/tests/* --ignore-pattern **/demo/* \"hooks/*/src/**/*.{ts,tsx}\"",
"lint:esfix": "pnpm lint --fix",
"commit": "commit",
"hooks:sync": "hooks-scripts hooks-sync",
"hooks:create": "hooks-scripts hooks-create",
"format": "prettier --cache --write .",
"entry": "walrus entry",
"jest": "jest",
"test": "jest",
"test:strict": "cross-env REACT_MODE=strict jest",
"test:coverage": "jest --coverage",
"publish": "redbud run ./scripts/publish.ts",
"release:old": "lerna exec --concurrency 1 -- npx --no-install semantic-release -e semantic-release-monorepo",
"release": "walrus release",
"prepare": "husky install && dumi setup",
"tsc:check": "tsc --noEmit",
"clean": "rimraf ./**/node_modules",
"clean:turbo": "rimraf .turbo"
},
"devDependencies": {
"@ant-design/icons": "5.0.1",
"@ant-design/pro-card": "^2.3.2",
"@babel/plugin-transform-modules-commonjs": "7.21.2",
"@pansy/hook-utils": "workspace:*",
"@pansy/use-portal": "workspace:*",
"@pansy/react-hooks": "workspace:*",
"@pansy/use-boolean": "workspace:*",
"@pansy/use-click-away": "workspace:*",
"@pansy/use-controllable-value": "workspace:*",
"@pansy/use-cookie-state": "workspace:*",
"@pansy/use-creation": "workspace:*",
"@pansy/use-deep-compare-effect": "workspace:*",
"@pansy/use-document-visibility": "workspace:*",
"@pansy/use-event-listener": "workspace:*",
"@pansy/use-event-target": "workspace:*",
"@pansy/use-external": "workspace:*",
"@pansy/use-favicon": "workspace:*",
"@pansy/use-fullscreen": "workspace:*",
"@pansy/use-get-state": "workspace:*",
"@pansy/use-hover": "workspace:*",
"@pansy/use-in-viewport": "workspace:*",
"@pansy/use-interval": "workspace:*",
"@pansy/use-key-press": "workspace:*",
"@pansy/use-latest": "workspace:*",
"@pansy/use-local-storage-state": "workspace:*",
"@pansy/use-lock-fn": "workspace:*",
"@pansy/use-memoized-fn": "workspace:*",
"@pansy/use-modal": "workspace:*",
"@pansy/use-mount": "workspace:*",
"@pansy/use-mouse": "workspace:*",
"@pansy/use-mqtt": "workspace:*",
"@pansy/use-previous": "workspace:*",
"@pansy/use-raf-state": "workspace:*",
"@pansy/use-pagination": "workspace:*",
"@pansy/use-request": "workspace:*",
"@pansy/use-scroll": "workspace:*",
"@pansy/use-scroll-lock": "workspace:*",
"@pansy/use-selections": "workspace:*",
"@pansy/use-session-storage-state": "workspace:*",
"@pansy/use-size": "workspace:*",
"@pansy/use-timeout": "workspace:*",
"@pansy/use-title": "workspace:*",
"@pansy/use-toggle": "workspace:*",
"@pansy/use-unmount": "workspace:*",
"@pansy/use-update": "workspace:*",
"@pansy/use-update-effect": "workspace:*",
"@pansy/use-update-layout-effect": "workspace:*",
"@pansy/use-url-state": "workspace:*",
"@pansy/use-watermark": "workspace:*",
"@pansy/use-web-socket": "workspace:*",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/node": "^18.15.11",
"@types/jest": "^29.5.0",
"@types/testing-library__jest-dom": "5.14.5",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@umijs/test": "^4.0.63",
"@umijs/utils": "^4.0.63",
"@walrus/cli": "1.3.4",
"@walrus/cli-utils": "2.2.1",
"@walrus/package": "^1.1.0",
"@walrus/plugin-release": "1.14.3",
"antd": "5.3.3",
"cross-env": "7.0.3",
"conventional-changelog-cli": "2.2.2",
"conventional-changelog-gitmoji-config": "1.4.7",
"dumi": "2.1.17",
"eslint": "8.37.0",
"eslint-config-alloy": "4.9.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"hooks-scripts": "workspace:*",
"husky": "8.0.3",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-fetch-mock": "3.0.3",
"jest-localstorage-mock": "2.4.26",
"jest-websocket-mock": "2.4.0",
"lerna": "6.6.1",
"mock-socket": "9.2.1",
"mockjs": "^1.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-shadow": "20.0.0",
"react-router": "^6.9.0",
"react-test-renderer": "18.2.0",
"redbud": "1.6.0",
"rimraf": "3.0.2",
"tsx": "^3.12.6",
"turbo": "^1.8.6",
"ts-node": "^10.9.1",
"typescript": "5.0.2",
"zx": "7.2.1"
},
"bolt": {
"workspaces": [
"hooks/*"
]
}
}