-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
29 lines (29 loc) · 863 Bytes
/
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
{
"name": "story",
"version": "1.0.0",
"private": true,
"description": "Storybook of tts-react.",
"scripts": {
"check-types": "tsc --noEmit",
"start": "storybook dev -p 3000",
"build": "storybook build -o build -c .storybook",
"serve": "http-server ./build -p 3000"
},
"author": "Morgan Ney <[email protected]>",
"license": "MIT",
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-controls": "^8.4.7",
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"html-react-parser": "^5.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"storybook": "^8.4.7",
"tts-react": "^4.0.0"
}
}