-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.77 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": "eatery-nod-w",
"version": "2.3.0",
"description": "A Date Night Restaurant Selector",
"author": "Kevin J. Bridges <[email protected]> (https://wiiBridges.com/)",
"about": {
"docs": "https://github.com/KevinAst/eatery-nod-w/blob/master/README.md",
"hist": "https://github.com/KevinAst/eatery-nod-w/blob/master/README.md#revision-history"
},
"private": true,
"homepage": "https://eatery-nod-w.js.org",
"repository": {
"type": "git",
"url": "https://github.com/KevinAst/eatery-nod-w.git"
},
"keywords": [
"react",
"web-app",
"web",
"eatery-nod",
"feature-u",
"geeku",
"astx"
],
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"lint": "eslint src",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.0.1",
"action-u": "^0.2.0",
"astx-redux-util": "^1.0.0",
"feature-redux": "^1.0.0",
"feature-redux-logic": "^1.0.0",
"feature-router": "^1.0.0",
"feature-u": "^2.1.0",
"firebase": "^5.9.0",
"geodist": "^0.2.1",
"lodash.isequal": "^4.5.0",
"lodash.isfunction": "^3.0.9",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"notistack": "^0.5.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0-alpha.4",
"react-scripts": "2.1.5",
"redux": "^4.0.1",
"redux-logic": "^2.1.1",
"reselect": "^4.0.0",
"yup": "^0.27.0"
},
"devDependencies": {
"gh-pages": "^2.0.1"
}
}