-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.41 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
{
"name": "@a-type/react-space",
"version": "0.2.16",
"description": "",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./viewport": {
"import": "./dist/viewport.js",
"types": "./dist/viewport.d.ts"
}
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"src/"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "pnpm build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@a-type/utils": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@react-spring/web": "^9.7.5",
"@use-gesture/react": "^10.3.1",
"raf": "^3.4.1",
"signia": "^0.1.5",
"signia-react": "^0.1.5",
"valtio": "^2.1.2"
},
"peerDependencies": {
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@chromatic-com/storybook": "3.2.3",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@types/raf": "^3.4.3",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"clsx": "^2.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"storybook": "^8.4.7",
"typescript": "5.7.2"
}
}