-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.69 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
{
"name": "@sweatpants/workspace",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/jonambas/sweatpants#readme",
"bugs": {
"url": "https://github.com/jonambas/sweatpants/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonambas/sweatpants.git"
},
"license": "MIT",
"author": "Jon Ambas <[email protected]>",
"main": "index.js",
"scripts": {
"build:libra": "libra build",
"build:packages": "pnpm --filter './packages/**' build",
"change": "changeset && git add . && git commit -m 'chore(change): add change'",
"prepare": "pnpm build:packages && panda codegen",
"preview": "npm run prepare && libra preview",
"prerelease": "pnpm build:packages",
"release": "changeset publish",
"postrelease": "git add . && git commit -m 'chore(change): release' && git push --follow-tags",
"start": "libra start",
"version": "changeset version"
},
"dependencies": {
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tooltip": "1.0.7",
"@react-hook/resize-observer": "2.0.1",
"date-fns": "3.6.0",
"framer-motion": "11.2.9",
"react": "18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@changesets/cli": "2.27.5",
"@pandacss/dev": "0.40.1",
"@sweatpants/libra": "0.0.40",
"@types/node": "20.14.13",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"tsup": "8.1.0",
"typescript": "5.4.5"
},
"engines": {
"node": "20.x",
"pnpm": "9.x"
}
}