-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.42 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
81
82
83
84
85
{
"name": "eng360-ssbc-website",
"version": "0.0.1",
"description": "Project generated by generator-react-firebase",
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
"build": "react-scripts build",
"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/MikeynJerry/eng360-ssbc-website.git"
},
"engines": {
"node": ">=8.11.0"
},
"author": "MikeynJerry (https://github.com/MikeynJerry)",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^3.6.0",
"@material-ui/icons": "^3.0.1",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"firebase": "^5.6.0",
"history": "^4.7.2",
"lodash": "^4.17.11",
"markdown-to-jsx": "^6.9.3",
"moment": "^2.24.0",
"prop-types": "^15.6.1",
"react": "^16.8.6",
"react-big-calendar": "^0.20.4",
"react-dom": "^16.8.6",
"react-google-button": "^0.5.3",
"react-loadable": "^5.5.0",
"react-motion": "^0.5.2",
"react-redux": "^5.0.7",
"react-redux-firebase": "^2.1.9",
"react-router-dom": "^4.3.1",
"react-scrollbars-custom": "^4.0.0-alpha.10",
"react-stickynode": "^2.1.1",
"react-visibility-sensor": "^5.0.2",
"reactstrap": "^7.1.0",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-auth-wrapper": "^2.0.3",
"redux-firestore": "^0.6.0",
"redux-form": "^7.4.0",
"redux-form-material-ui": "next",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^10.0.0",
"eslint": "^5.6.0",
"eslint-config-prettier": "^2.3.0",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^2.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.11.1",
"firebase-tools": "^6.1.2",
"husky": "^1.2.0",
"node-sass": "^4.10.0",
"prettier": "^1.15.2",
"react-scripts": "2.1.1"
},
"eslintConfig": {
"extends": "./eslintrc.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}