forked from TarikHuber/rmw-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 3.45 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "meetneat-shell",
"version": "5.0.11",
"description": "meetneat-shell React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"@material-ui/lab": "^3.0.0-alpha.25",
"classnames": "^2.2.6",
"expect": "^23.6.0",
"firekit-provider": "^1.0.1",
"history": "^4.7.2",
"moment": "^2.23.0"
},
"peerDependencies": {
"@date-io/moment": "0.x",
"@material-ui/core": "1.x",
"@material-ui/icons": "1.x",
"a2hs": "1.x",
"downshift": "2.x",
"firebase": "5.x",
"firebaseui": "3.x",
"fireform": "0.x",
"firekit": "1.x",
"firekit-provider": "0.x",
"intl": "1.x",
"intl-locales-supported": "1.x",
"match-sorter": "2.x",
"material-ui-filter": "2.x",
"material-ui-image": "3.0.0-pre.7",
"material-ui-pickers": "2.x",
"muishift": "1.x",
"prop-types": "15.x",
"react": "16.x",
"react-custom-scrollbars": "4.x",
"react-dom": "16.x",
"react-helmet": "5.x",
"react-image-cropper": "1.x",
"react-intl": "2.x",
"react-list": "0.x",
"react-loadable": "5.x",
"react-mic": "9.x",
"react-player": "1.x",
"react-redux": "6.x",
"react-router": "4.x",
"react-router-dom": "4.x",
"react-toastify": "4.x",
"react-virtualized": "9.x",
"redux": "4.x",
"redux-form": "8.x",
"redux-form-material-ui": "5.0.0-beta.2",
"redux-logger": "3.x",
"redux-persist": "5.x",
"redux-thunk": "2.x"
},
"devDependencies": {
"@date-io/moment": "^1.0.1",
"@material-ui/core": "^3.8.3",
"@material-ui/icons": "^3.0.2",
"a2hs": "^1.0.2",
"babel-eslint": "^10.0.1",
"chart.js": "^2.7.3",
"downshift": "^3.1.12",
"eslint": "^5.12.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3",
"firebase": "^5.7.2",
"firebaseui": "^3.5.1",
"fireform": "^0.2.13",
"firekit": "^1.0.27",
"intl": "^1.2.5",
"intl-locales-supported": "^1.0.0",
"match-sorter": "^2.3.0",
"material-ui-filter": "^2.1.13",
"material-ui-image": "^3.0.3",
"material-ui-pickers": "^2.1.1",
"muishift": "^1.0.13",
"nwb": "^0.23.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-chartjs-2": "^2.7.4",
"react-countup": "^4.0.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.7.0",
"react-helmet": "^5.2.0",
"react-image-cropper": "^1.3.0",
"react-intl": "^2.7.2",
"react-list": "^0.8.11",
"react-loadable": "^5.5.0",
"react-mic": "^12.3.0",
"react-player": "^1.8.0",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-toastify": "^4.5.2",
"react-virtualized": "^9.21.0",
"redux": "^4.0.1",
"redux-form": "^8.1.0",
"redux-form-material-ui": "^5.0.0-beta.2",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0"
},
"author": "powered byTarik Huber",
"homepage": "",
"license": "MIT",
"repository": "https://github.com/wortkotze/meetneat-shell",
"keywords": [
"react-most-wanted",
"react",
"redux",
"firebase"
]
}