forked from TeamCharizardECRI38/stackorderflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.28 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
46
47
{
"name": "stackorderflow",
"private": true,
"version": "0.0.0",
"scripts": {
"config": "npm config set legacy-peer-deps true",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"server": "nodemon server/server.js",
"fulldev": "concurrently \"nodemon server/server.js\" \"vite\""
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@material-ui/core": "^4.12.4",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/base": "^5.0.0-alpha.121",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.14",
"@mui/styled-engine": "^5.11.11",
"@mui/styles": "^5.11.13",
"axios": "^1.3.4",
"bcrypt": "^5.1.0",
"cheerio": "^1.0.0-rc.12",
"concurrently": "^7.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"html-react-parser": "^3.0.13",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.1.0",
"mongoose": "^7.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.9.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.2.0"
}
}