-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
66 lines (66 loc) · 1.99 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
{
"scripts": {
"start": "webpack-dev-server --progress --colors --content-base dist --host 0.0.0.0",
"build": "webpack --config webpack.config.js --progress --profile --colors",
"lint": "eslint *.js assets --ext .js --ext .jsx",
"fix": "eslint *.js assets --ext .js --ext .jsx --fix",
"test": "karma start --single-run",
"karma": "karma start"
},
"dependencies": {
"alertifyjs": "1.11.2",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "4.1.3",
"classnames": "^2.2.5",
"css-loader": "^0.28.5",
"enzyme-adapter-react-16": "1.7.1",
"extract-text-webpack-plugin": "3.0.2",
"fetch-mock": "^5.12.2",
"isomorphic-fetch": "^2.2.1",
"jasmine-core": "3.3.0",
"jquery": "3.3.1",
"mime-types": "^2.1.21",
"moment": "2.23.0",
"moment-timezone": "0.5.23",
"node-sass": "^4.5.3",
"popper.js": "1.14.4",
"react": "16.6.0",
"react-bootstrap-typeahead": "3.2.4",
"react-datepicker": "1.8.0",
"react-dom": "16.6.0",
"react-redux": "5.0.7",
"react-sortable-hoc": "0.8.3",
"react-toggle": "4.0.2",
"reactstrap": "6.5.0",
"redux": "3.7.2",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"reselect": "3.0.1",
"sass-loader": "^6.0.6",
"store": "2.0.12",
"style-loader": "^0.19.0",
"url-search-params-polyfill": "2.0.3",
"webpack": "3.11.0",
"webpack-dev-server": "2.11.1",
"webpack-manifest-plugin": "^1.3.1",
"whatwg-fetch": "2.0.4"
},
"devDependencies": {
"enzyme": "^3.0.0",
"eslint": "^4.8.0",
"eslint-plugin-react": "^7.3.0",
"expect": "^21.1.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"react-test-renderer": "^16.0.0",
"sinon": "^4.0.0"
}
}