-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.42 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
{
"name": "melange-radix-primitives",
"version": "0.0.1",
"description": "Melange bindings for Radix Primitives",
"scripts": {
"init": "opam switch create . 5.1.1 -y --deps-only && pnpm install && pnpm run install && opam exec opam-check-npm-deps",
"test": "opam exec -- dune build @runtest --no-buffer",
"test.watch": "opam exec -- dune build -w @runtest --no-buffer",
"watch": "opam exec -- dune build -w",
"clean": "opam exec -- dune clean",
"build": "opam exec -- dune build",
"format": "opam exec -- dune build @fmt --auto-promote",
"format.check": "opam exec -- dune build @fmt",
"sync": "opam exec -- dune build melange-radix-primitives.opam && opam exec -- dune build @install",
"update": "opam update",
"opam.install": "pnpm run sync && pnpm run update && opam install . --deps-only --with-test",
"publish": "opam publish",
"prepare": "husky"
},
"peerDependencies": {
"@radix-ui/react-label": "^2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"keywords": [
"melange",
"react",
"radix primitives"
],
"author": "I Putu Kevin Anantha Vijaya",
"license": "MIT",
"devDependencies": {
"@radix-ui/react-label": "^2.0.2",
"@testing-library/dom": "^9.3.4",
"@testing-library/react": "^14.1.2",
"husky": "^9.0.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}