-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 933 Bytes
/
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
{
"name": "carbon-field-select-multiple",
"version": "0.1.0",
"scripts": {
"dev": "webpack -w",
"build": "webpack"
},
"license": "GPL-3.0",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.28.4",
"style-loader": "^0.18.2",
"webpack": "2.2.*"
},
"dependencies": {
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"object-path-immutable": "^0.5.1",
"prop-types": "^15.5.6",
"react": "^15.5.3",
"react-color": "^2.11.7",
"react-dom": "^15.5.3",
"react-flatpickr": "^3.3.0",
"react-onclickoutside": "^5.11.1",
"react-redux": "^5.0.4",
"recompose": "^0.23.1",
"redux": "^3.6.0",
"redux-actions": "^2.0.1",
"redux-saga": "^0.14.6",
"reselect": "^3.0.0",
"select2": "^4.0.0"
}
}