-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.62 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.62 KB
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
{
"name": "league-manager",
"version": "0.1.0",
"description": "League Manager is a web interface that allows managing leagues",
"private": true,
"dependencies": {
"create-react-app": "^1.2.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2 || ^4.0.0",
"eslint-plugin-react": "^6.10.3",
"firebase": "^3.7.0",
"fixed-data-table": "^0.6.4",
"moment": "^2.18.1",
"react": "^15.4.2",
"react-country-select": "^1.0.5",
"react-datetime": "^2.8.8",
"react-dom": "^15.4.2",
"react-icons": "^2.2.3",
"react-redux": "^5.0.4",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"reactfire": "^1.0.0",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"wpapi": "^1.0.2"
},
"devDependencies": {
"babel": "^6.23.0",
"react-scripts": "^0.9.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunpietro/LeagueManager.git"
},
"keywords": [
"league",
"manager",
"javascript",
"react",
"react-native",
"wordpress"
],
"author": "Piotr Nalepa",
"license": "MIT",
"bugs": {
"url": "https://github.com/sunpietro/LeagueManager/issues"
},
"homepage": "https://github.com/sunpietro/LeagueManager#readme"
}