-
Notifications
You must be signed in to change notification settings - Fork 667
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 886 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 886 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
32
33
{
"name": "devextreme-react-storybook",
"version": "24.2.14",
"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": "workspace:~",
"devextreme-react": "workspace:~",
"inferno": "^7.4.9",
"html-react-parser": "^5.2.2"
},
"devDependencies": {
"@storybook/addon-essentials": "7.6.19",
"@storybook/addon-interactions": "7.6.19",
"@storybook/addon-links": "7.6.19",
"@storybook/blocks": "7.6.19",
"@storybook/react": "7.6.19",
"@storybook/react-webpack5": "7.6.19",
"@storybook/test": "7.6.19",
"prop-types": "15.8.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"storybook": "7.6.19",
"typescript": "4.9.5"
}
}