This repository has been archived by the owner on May 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
103 lines (103 loc) · 3.13 KB
/
package.json
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
{
"name": "@dnnsoftware/dnn-react-common",
"version": "2.0.9",
"private": false,
"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": {
"preversion": "yarn run test",
"version": "yarn run build && git add -A dist",
"postversion": "git push && git push --tags",
"eslint": "eslint ./src/**/*.jsx --fix",
"test": "echo \"No tests script specified to run.\"",
"build": "set NODE_ENV=production && webpack -p --config dist.webpack.config.js",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"dependencies": {
"interact.js": "^1.2.8",
"moment": "^2.22.2",
"raw-loader": "0.5.1",
"react-accessible-tooltip": "^2.0.3",
"react-collapse": "^4.0.3",
"react-custom-scrollbars": "^4.2.1",
"react-day-picker": "^7.1.10",
"react-height": "^3.0.0",
"react-modal": "^3.5.1",
"react-motion": "^0.5.2",
"react-scrollbar": "^0.5.4",
"react-slider": "0.11.2",
"react-tabs": "2.3.0",
"react-test-utils": "0.0.1",
"react-tooltip": "^3.8.4",
"react-widgets": "^4.4.4",
"redux-undo": "^1.0.0-beta9",
"scroll": "^2.0.3",
"shortid": "^2.2.13",
"throttle-debounce": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^4.0.4",
"@storybook/react": "^4.0.4",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-transform-react-remove-prop-types": "0.4.20",
"babel-polyfill": "6.26.0",
"cpy-cli": "^2.0.0",
"create-react-class": "^15.6.3",
"css-loader": "1.0.1",
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.3.0",
"enzyme-to-json": "^3.3.4",
"eslint": "^5.4.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.1.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "2.0.0",
"jest": "^23.5.0",
"less": "3.8.1",
"less-loader": "4.1.0",
"prop-types": "^15.6.2",
"raw-loader": "0.5.1",
"react": "^16.4.2",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^4.3.5",
"react-test-renderer": "^16.4.2",
"style-loader": "^0.23.0",
"url-loader": "1.1.2",
"webpack": "^4.17.1",
"webpack-bundle-size-analyzer": "^2.7.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14",
"webpack-node-externals": "^1.7.2"
},
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^4.3.5"
}
}