-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.31 KB
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
{
"name": "react-wheel-picker-monorepo",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.7.0",
"scripts": {
"dev": "turbo run dev",
"dev:web": "turbo run dev --filter=web...",
"build": "turbo run build",
"build:web": "turbo run build --filter=web...",
"build:react-wheel-picker": "turbo run build --filter=@ncdai/react-wheel-picker...",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"check-types": "turbo run check-types",
"format:check": "turbo run format:check",
"format:write": "turbo run format:write",
"publish:release": "cd packages/react-wheel-picker && pnpm publish:release"
},
"keywords": [
"react",
"wheel picker",
"wheel",
"picker"
],
"author": "Nguyen Chanh Dai <dai@chanhdai.com>",
"license": "MIT",
"homepage": "https://react-wheel-picker.chanhdai.com",
"repository": {
"type": "git",
"url": "git+https://github.com/ncdai/react-wheel-picker.git"
},
"funding": "https://github.com/sponsors/ncdai",
"bugs": {
"url": "https://github.com/ncdai/react-wheel-picker/issues"
},
"devDependencies": {
"@changesets/cli": "^2.29.4",
"prettier": "3.5.3",
"turbo": "^2.5.5",
"typescript": "^5.8.3"
},
"resolutions": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}