-
-
Notifications
You must be signed in to change notification settings - Fork 555
/
package.json
72 lines (72 loc) · 2.13 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
{
"name": "material",
"version": "0.0.1",
"description": "Project generated by generator-react-firebase",
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
"build": "react-scripts build",
"start:build": "npm run build && firebase serve --port=3000",
"eject": "react-scripts eject",
"start": "react-scripts start",
"build:config": "firebase-ci createConfig",
"deploy": "firebase-ci deploy -s",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --single-quote --no-semi --trailing-comma none --write \"src/**/*.js\"",
"pre-push": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prescottprue/react-redux-firebase.git"
},
"engines": {
"node": ">=8.11.0"
},
"author": "prescottprue (https://github.com/prescottprue)",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.4.0",
"@material-ui/icons": "^4.4.0",
"firebase": "^6.6.0",
"history": "^4.9.0",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.10.0",
"react-dom": "^16.10.0",
"react-google-button": "^0.5.3",
"react-loadable": "^5.5.0",
"react-redux": "^7.1.0",
"react-redux-firebase": "^3.0.0-beta.2",
"react-router-dom": "^5.1.2",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-auth-wrapper": "^2.1.0",
"redux-form": "^8.2.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^10.0.0",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-config-react-app": "^5.0.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^15.9.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"firebase-ci": "^0.6.0",
"firebase-tools": "^7.3.0",
"husky": "^3.0.5",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"react-scripts": "3.1.1"
},
"eslintConfig": {
"extends": "./eslintrc.js"
},
"browserslist": []
}