-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
{
"name": "seg3102final",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.6.0",
"@material-ui/icons": "^3.0.1",
"@material-ui/styles": "^3.0.0-alpha.1",
"axios": "^0.18.0",
"bcrypt": "^3.0.2",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"http": "0.0.0",
"https": "^1.0.0",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.3.13",
"morgan": "^1.9.1",
"react": "^16.6.3",
"react-app-rewire-styled-components": "^3.0.2",
"react-dom": "^16.6.3",
"react-dropzone": "^7.0.1",
"react-image-gallery": "^0.8.12",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-slick": "^0.23.2",
"slick-carousel": "^1.8.1",
"styled-components": "^4.1.2",
"typeface-roboto": "0.0.54"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.1.6",
"babel-plugin-styled-components": "^1.9.2",
"nodemon": "^1.18.6"
}
}