-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
{
"name": "seibooru",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"preview": "vite preview",
"start": "node dist/server/server.js"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/roboto": "^4.5.8",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "^5.0.0-alpha.102",
"@mui/material": "^5.10.5",
"@types/bcrypt": "^5.0.0",
"@types/multer": "^1.4.7",
"bcrypt": "^5.0.1",
"colors": "^1.4.0",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"moment": "^2.29.4",
"mongoose": "^6.6.0",
"mongoose-paginate-v2": "^1.7.1",
"multer": "^1.4.5-lts.1",
"notistack": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.0",
"vite-plugin-mix": "^0.3.1"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"sass": "^1.55.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}