forked from ecronix/react-most-wanted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json.bak
85 lines (85 loc) · 2.27 KB
/
package.json.bak
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
81
82
83
84
85
{
"name": "test-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/moment": "1.x",
"@formatjs/intl-relativetimeformat": "4.x",
"@material-ui/core": "4.x",
"@material-ui/icons": "4.x",
"@material-ui/pickers": "3.x",
"@material-ui/styles": "4.x",
"a2hs": "1.x",
"chart.js": "2.x",
"downshift": "3.x",
"firebase": "7.x",
"firebaseui": "4.x",
"fireform": "1.x",
"firekit": "1.x",
"firekit-provider": "1.x",
"github-markdown-css": "3.x",
"intl": "1.x",
"intl-locales-supported": "1.x",
"intl-pluralrules": "1.x",
"match-sorter": "4.x",
"material-ui-filter": "3.x",
"material-ui-image": "3.x",
"moment": "2.x",
"muishift": "1.x",
"prop-types": "15.x",
"react": "16.x",
"react-chartjs-2": "2.x",
"react-countup": "4.x",
"react-custom-scrollbars": "4.x",
"react-dom": "16.x",
"react-dropzone": "10.x",
"react-helmet": "5.x",
"react-image-cropper": "1.x",
"react-intl": "3.x",
"react-list": "0.x",
"react-loadable": "5.x",
"react-markdown": "4.x",
"react-mic": "12.x",
"react-player": "1.x",
"react-redux": "7.x",
"react-router": "5.x",
"react-router-dom": "5.x",
"react-scripts": "3.x",
"react-toastify": "5.x",
"react-virtualized": "9.x",
"redux": "4.x",
"redux-form": "8.x",
"redux-form-material-ui": "5.0.0-beta.3",
"redux-logger": "3.x",
"redux-persist": "6.x",
"redux-thunk": "2.x",
// "rmw-shell": "7.x", with my patch below
"rmw-shell": "https://github.com/sipity19/rmw-shell/archive/d6a9aff0bb725e191aaec5a10f0f056f5806ad95.zip",
"selenium-webdriver": "^4.0.0-alpha.1",
"source-map-explorer": "2.x"
},
"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",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}