-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 878 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 878 Bytes
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
{
"name": "time-span-bar",
"version": "1.0.0",
"description": "A bar that represents the duration of an event. The left side is the beginning, the right side is the end",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/preset-typescript": "^7.26.0",
"@chromatic-com/storybook": "^4.0.0-next.7",
"@storybook/addon-docs": "^9.0.0-rc.4",
"@storybook/addon-onboarding": "^9.0.0-rc.4",
"@storybook/nextjs": "^9.0.0-rc.4",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"storybook": "^9.0.0-rc.4",
"typescript": "^5.7.3"
},
"dependencies": {
"prop-types": "^15.8.1"
},
"overrides": {
"storybook": "$storybook"
}
}