-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
{
"name": "martyria-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"apeman-react-jumbotron": "^3.0.5",
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"materialize-css": "^1.0.0",
"media-queries": "^1.0.5",
"mongoose": "^5.5.2",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"react": "^16.8.4",
"react-bootstrap": "^1.0.0-beta.8",
"react-bootstrap-character-counter": "^1.0.0",
"react-character-counter": "^1.0.1",
"react-dom": "^16.8.4",
"react-materialize": "^2.6.0",
"react-media": "^1.9.2",
"react-moment": "^0.9.2",
"react-redux": "^6.0.1",
"react-responsive": "^6.1.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"styled-components": "^4.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}