-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.24 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
47
{
"name": "react-primitives-monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@11.5.3",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"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",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build && changeset publish"
},
"keywords": [
"react",
"primitives",
"unstyled",
"headless"
],
"author": "ncdai <dai@chanhdai.com>",
"license": "MIT",
"homepage": "https://react-primitives.chanhdai.com",
"repository": {
"type": "git",
"url": "git+https://github.com/ncdai/react-primitives.git"
},
"funding": "https://github.com/sponsors/ncdai",
"bugs": {
"url": "https://github.com/ncdai/react-primitives/issues"
},
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@types/react-dom": "^19.2.7",
"prettier": "3.5.3",
"react-dom": "^19.2.8",
"turbo": "^2.9.18",
"typescript": "^5.8.3"
},
"resolutions": {
"@types/react": "19.2.14"
}
}