forked from ecronix/react-most-wanted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.32 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
72
73
74
75
76
77
78
79
80
{
"name": "react-most-wanted",
"version": "0.1.0",
"private": true,
"devDependencies": {
"enzyme": "^3.3.0",
"react-scripts": "^1.1.1",
"redux-logger": "^3.0.6",
"redux-testkit": "^1.0.6",
"standard": "^11.0.0"
},
"dependencies": {
"chart.js": "^2.7.2",
"echarts": "^4.0.4",
"echarts-for-react": "^2.0.8",
"firebase": "^4.10.1",
"firebaseui": "^2.6.2",
"fireform": "^0.2.13",
"firekit": "^1.0.3",
"firekit-provider": "^0.2.16",
"github-markdown-css": "^2.10.0",
"intl": "^1.2.5",
"intl-locales-supported": "^1.0.0",
"material-ui": "^0.20.0",
"material-ui-filter": "^0.1.38",
"material-ui-image": "^2.1.1",
"material-ui-responsive-drawer": "^1.19.4",
"material-ui-responsive-menu": "^1.19.3",
"material-ui-selectable-menu-list": "^1.19.5",
"material-ui-superselectfield": "^1.8.6",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-chartjs-2": "^2.7.0",
"react-container-dimensions": "^1.3.3",
"react-countup": "^3.0.3",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-image-cropper": "^1.3.0",
"react-infinite": "^0.12.1",
"react-intl": "^2.4.0",
"react-list": "^0.8.8",
"react-loadable": "^5.3.1",
"react-markdown": "^3.2.2",
"react-materialui-notifications": "^0.5.1",
"react-mic": "^9.0.0",
"react-player": "^1.2.1",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-toastify": "^3.3.4",
"redux": "^3.7.2",
"redux-form": "^7.3.0",
"redux-form-material-ui": "^4.3.3",
"redux-persist": "^5.9.1",
"redux-responsive": "^4.3.5",
"redux-thunk": "^2.2.0",
"rmw-shell": "^1.5.5",
"source-map-explorer": "^1.5.0"
},
"scripts": {
"check": "npm-check -s -u",
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"standard": "standard src/**/*.js ",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"author": "Tarik Huber",
"homepage": "https://www.react-most-wanted.com/",
"license": "MIT",
"repository": "https://github.com/TarikHuber/react-most-wanted",
"keywords": [
"react-most-wanted",
"react",
"redux",
"firebase"
]
}