-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
122 lines (122 loc) · 3.79 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
{
"name": "react-material",
"version": "2.0.5",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@material-ui/icons": "^1.0.0-rc.0",
"autosuggest-highlight": "^3.1.1",
"babel-preset-stage-2": "^6.24.1",
"bootstrap": "^4.0.0",
"bootstrap-v4-rtl": "^4.0.0-0",
"can-use-dom": "^0.1.0",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.2.0",
"date-fns": "^2.0.0-alpha.7",
"downshift": "^1.28.0",
"draft-js": "^0.10.4",
"draftjs-to-html": "^0.8.1",
"firebase": "^4.10.1",
"history": "^4.7.2",
"install": "^0.10.1",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"jquery-slimscroll": "^1.3.8",
"material-ui": "next",
"material-ui-icons": "^1.0.0-beta.17",
"material-ui-next-datepicker": "^1.0.6",
"material-ui-pickers": "^1.0.0-rc.6",
"material-ui-upload": "^1.2.1",
"moment": "^2.19.2",
"node-sass": "^4.7.2",
"nprogress": "^0.2.0",
"package.json": "^2.0.1",
"path": "^0.12.7",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-autosuggest": "^9.3.3",
"react-big-calendar": "^0.17.0",
"react-bootstrap-sweetalert": "^4.1.0",
"react-ckeditor-component": "^1.0.7",
"react-color": "^2.13.8",
"react-device-detect": "^0.1.0",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.2.0",
"react-draft-wysiwyg": "^1.12.2",
"react-google-maps": "^9.4.5",
"react-hot-loader": "^3.1.3",
"react-icons": "^2.2.7",
"react-image-file": "^0.3.0",
"react-image-upload": "0.0.1",
"react-images-upload": "^1.0.6",
"react-images-uploader": "^1.2.0-rc1",
"react-intl": "^2.4.0",
"react-joyride": "^1.11.0",
"react-loadable": "^5.3.1",
"react-material-ui-form-validator": "^2.0.0-beta.9",
"react-notifications": "^1.4.3",
"react-number-format": "^3.0.2",
"react-owl-carousel": "^2.2.0",
"react-placeholder": "^2.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "5.0.0-alpha.6",
"react-select": "^1.2.1",
"react-sortable-hoc": "^0.6.8",
"react-star-rating-component": "^1.3.0",
"react-swipeable-views": "^0.12.8",
"react-table": "^6.8.0",
"react-text-mask": "^5.0.2",
"reactstrap": "next",
"recharts": "^1.0.0-alpha.7",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"save": "^2.3.1",
"script-ext-html-webpack-plugin": "^1.8.8",
"style-ext-html-webpack-plugin": "^3.4.7",
"typeface-roboto": "^0.0.45"
},
"scripts": {
"clean": "rimraf dist/*",
"build": "webpack --progress --bail --env dist -p",
"start": "webpack-dev-server --hot --open"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.5",
"eslint": "^4.6.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-flowtype": "2.34.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.0.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"postcss-loader": "^2.0.8",
"sass-lint": "^1.11.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1"
},
"engines": {
"node": ">=6.9.0",
"npm": ">= 3"
}
}