-
Notifications
You must be signed in to change notification settings - Fork 667
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 854 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 854 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
{
"name": "devextreme-react-storybook",
"version": "25.1.11",
"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": "catalog:",
"html-react-parser": "^5.2.2"
},
"devDependencies": {
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@storybook/addon-docs": "10.1.9",
"@storybook/addon-links": "10.1.9",
"@storybook/addon-webpack5-compiler-swc": "^4.0.2",
"@storybook/react-webpack5": "10.1.9",
"prop-types": "15.8.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"storybook": "10.1.9",
"typescript": "^5.9.3"
}
}