-
-
Notifications
You must be signed in to change notification settings - Fork 773
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.45 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.45 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "@dnnsoftware/dnn-react-common",
"version": "10.1.0",
"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": "set NODE_ENV=production && webpack --mode production --config dist.webpack.config.js",
"watch": "set NODE_ENV=debug && webpack --mode development --config dist.webpack.config.js --watch",
"debug": "set NODE_ENV=debug && webpack --mode production --config dist.webpack.config.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"dayjs": "^1.11.9",
"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": "^7.4.10",
"react-height": "^3.0.2",
"react-modal": "^3.16.1",
"react-motion": "^0.5.2",
"react-scrollbar": "^0.5.6",
"react-slider": "2.0.6",
"react-tabs": "6.1.0",
"react-tooltip": "^4.5.1",
"react-widgets": "^5.8.4",
"redux-undo": "^1.0.0-beta9",
"scroll": "^3.0.1",
"throttle-debounce": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.27.1",
"@babel/eslint-plugin": "7.27.1",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-object-assign": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@eslint/compat": "^1.2.9",
"@storybook/addon-docs": "9.0.4",
"@storybook/addon-onboarding": "9.0.4",
"@storybook/addon-webpack5-compiler-swc": "3.0.0",
"@storybook/react-webpack5": "9.0.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.3.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-polyfill": "6.26.0",
"cpy-cli": "^2.0.0",
"create-react-class": "^15.7.0",
"css-loader": "^7.1.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"enzyme-to-json": "^3.6.2",
"eslint": "^9.25.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-webpack": "^0.13.10",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-storybook": "9.0.1",
"eslint-webpack-plugin": "^5.0.1",
"file-loader": "6.2.0",
"less": "4.1.3",
"less-loader": "12.2.0",
"nanoid": "^5.0.7",
"prop-types": "^15.8.1",
"raw-loader": "4.0.2",
"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": "9.0.4",
"style-loader": "^0.23.1",
"url-loader": "1.1.2",
"webpack": "5.94.0",
"webpack-bundle-size-analyzer": "3.1.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.2.1",
"webpack-node-externals": "^3.0.0"
},
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^4.8.5"
}
}