forked from superdesk/newsroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.7 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
{
"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 assets --ext .js --ext .jsx",
"test": "karma start --single-run"
},
"dependencies": {
"alertifyjs": "^1.11.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"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.0.0",
"classnames": "^2.2.5",
"css-loader": "^0.28.5",
"enzyme-adapter-react-16": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.0",
"fetch-mock": "^5.12.2",
"isomorphic-fetch": "^2.2.1",
"jasmine-core": "^2.8.0",
"jquery": "^3.2.1",
"moment": "^2.19.4",
"node-sass": "^4.5.3",
"popper.js": "^1.11.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-toggle": "^4.0.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.6",
"store": "^2.0.12",
"style-loader": "^0.19.0",
"url-search-params-polyfill": "^2.0.1",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.9.1",
"webpack-manifest-plugin": "^1.3.1",
"whatwg-fetch": "^2.0.3"
},
"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"
}
}