-
Notifications
You must be signed in to change notification settings - Fork 667
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 823 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
31
{
"name": "devextreme-react-storybook",
"version": "24.1.16",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "storybook dev -p 6006",
"build": "storybook build"
},
"author": "",
"license": "ISC",
"dependencies": {
"devextreme": "~24.1.16",
"devextreme-react": "~24.1.16"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.9",
"@storybook/addon-interactions": "^7.6.9",
"@storybook/addon-links": "^7.6.9",
"@storybook/blocks": "^7.6.9",
"@storybook/react": "^7.6.9",
"@storybook/react-webpack5": "^7.6.9",
"@storybook/test": "^7.6.9",
"prop-types": "^15.8.1",
"react": "~18.0.0",
"react-dom": "~18.0.0",
"storybook": "^7.6.9",
"typescript": "4.9.5"
}
}