-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.06 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
{
"name": "league-dashboard",
"version": "0.1.0",
"description": "League Dashboard",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"test": "mocha --reporter spec tools/testSetup.js \"src/**/*.test.js\"",
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"axios": "^0.16.1",
"babel-polyfill": "^6.23.0",
"bootstrap": "3.3.6",
"data.either": "^1.5.0",
"font-awesome": "^4.7.0",
"font-awesome-sass-loader": "^2.0.1",
"font-awesome-webpack": "0.0.5-beta.2",
"jquery": "^3.2.1",
"less": "^2.7.2",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "^15.0.2",
"react-bootstrap": "^0.31.0",
"react-document-title": "^2.0.3",
"react-dom": "^15.0.2",
"react-redux": "^5.0.4",
"react-router-dom": "^4.1.1",
"recompose": "^0.24.0",
"redux": "^3.6.0",
"redux-json-router": "^1.0.0",
"redux-thunk": "^2.2.0",
"toastr": "^2.1.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.1",
"enzyme": "^2.2.0",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^7.0.1",
"expect": "^1.20.2",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"jsdom": "^8.5.0",
"mocha": "^3.3.0",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.6.1",
"redux-devtools-extension": "^2.13.2",
"redux-immutable-state-invariant": "^2.0.0",
"style-loader": "^0.17.0",
"url-loader": "^0.5.8",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martinbryant/league-dashboard.git"
},
"author": "Martin Bryant",
"license": "ISC",
"bugs": {
"url": "https://github.com/martinbryant/league-dashboard/issues"
},
"homepage": "https://github.com/martinbryant/league-dashboard#readme"
}