-
-
Notifications
You must be signed in to change notification settings - Fork 780
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.43 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "@dnnsoftware/dnn-react-common",
"version": "10.3.1",
"description": "DNN React Component Library",
"main": "dist/dnn-react-common.min.js",
"repository": {
"type": "git",
"url": "https://github.com/dnnsoftware/Dnn.React.Common.git"
},
"license": "MIT",
"keywords": [
"DNN",
"dnnsoftware",
"React",
"DNN Module",
"Persona Bar"
],
"scripts": {
"lint": "eslint --fix",
"test": "echo \"No tests script specified to run.\"",
"build": "rsbuild build",
"debug": "rsbuild build",
"watch": "rsbuild dev",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"dayjs": "^1.11.20",
"dompurify": "^3.3.3",
"html-react-parser": "^5.2.17",
"interact.js": "^1.2.8",
"raw-loader": "4.0.2",
"react-accessible-tooltip": "^2.0.3",
"react-collapse": "^5.1.1",
"react-custom-scrollbars": "^4.2.1",
"react-day-picker": "^9.14.0",
"react-height": "^3.0.2",
"react-modal": "^3.16.3",
"react-motion": "^0.5.2",
"react-scrollbar": "^0.5.6",
"react-slider": "2.0.6",
"react-tabs": "3.2.3",
"react-tooltip": "^4.5.1",
"react-widgets": "^5.8.6",
"redux-undo": "^1.0.0-beta9",
"scroll": "^3.0.1",
"throttle-debounce": "^5.0.2"
},
"devDependencies": {
"@eslint/compat": "^2.0.3",
"@rsbuild/core": "^1.7.3",
"@rsbuild/plugin-less": "^1.6.2",
"@rsbuild/plugin-react": "^1.4.6",
"@rsbuild/plugin-svgr": "^1.3.1",
"@storybook/addon-docs": "10.3.3",
"@storybook/addon-onboarding": "10.3.3",
"create-react-class": "^15.7.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.8",
"enzyme-to-json": "^3.6.2",
"eslint": "^9.39.4",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-storybook": "10.3.3",
"less": "4.6.4",
"nanoid": "^5.1.7",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.14.0",
"react-hot-loader": "^4.13.1",
"react-test-renderer": "^17.0.2",
"storybook": "10.3.3",
"storybook-react-rsbuild": "^3.3.2",
"typescript": "^5.9.3"
},
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^4.8.5"
}
}