-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 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
58
59
60
61
62
63
{
"name": "duckstackui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/core": "^2.8.0",
"@date-io/date-fns": "^2.8.0",
"@loadable/component": "^5.13.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.10.0",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"date-fns": "^2.15.0",
"html-to-react": "^1.4.3",
"immutability-helper": "^3.1.1",
"memoize-one": "^5.1.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-datepicker": "^2.16.0",
"react-dom": "^16.13.1",
"react-loadable": "^5.5.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-virtuoso": "^0.15.0",
"react-window": "^1.8.5",
"reduce-reducers": "^1.0.4",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"typeface-roboto": "0.0.75"
},
"scripts": {
"start": "react-scripts start",
"startHTTPS": "set HTTPS=true&&react-scripts start",
"build": "react-scripts build",
"deploy": "react-scripts build&&firebase deploy",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deployOLD": "node deploy"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-plugin-react-hooks": "^3.0.0",
"ftp-deploy": "^2.3.7",
"lorem-ipsum": "^2.0.3",
"redux-immutable-state-invariant": "^2.1.0",
"typescript": "^3.9.7"
}
}