-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
{
"name": "usof",
"version": "1.1.1",
"private": true,
"description": "full-app",
"scripts": {
"dev": "clear && node api/main.js run service",
"migrate": "node api/main.js migrate",
"build:client": "vite build --outDir dist/client",
"build:server": "vite build --outDir dist/server --ssr src/entry-server.js ",
"test": "vite"
},
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.4",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
"dayjs": "^1.11.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"form-data": "^4.0.0",
"framer-motion": "^7.3.6",
"fs-extra": "^10.1.0",
"jsonwebtoken": "^8.5.1",
"lodash-es": "^4.17.21",
"mailgun.js": "^8.0.1",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.19",
"pg": "^8.7.3",
"pgtools": "^0.3.2",
"postgres-migrations": "^5.3.0",
"react": "^18.2.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "^18.2.0",
"react-loader-spinner": "^5.3.4",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.8",
"react-use": "^17.4.0",
"uuid": "^9.0.0",
"webp-converter": "^2.3.3"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"sass": "^1.54.9",
"vite": "^3.1.0"
}
}