-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
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
{
"name": "bloghog",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@material/top-app-bar": "^14.0.0",
"@mui/icons-material": "^5.16.5",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "^5.16.5",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"lodash": "^4.17.21",
"mongodb": "^6.8.0",
"mongoose": "^8.5.1",
"multer": "^1.4.5-lts.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.25.1",
"react-scripts": "^5.0.1",
"sharp": "^0.33.4",
"styled-components": "^6.1.12"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}