-
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.1 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.1 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": "admin",
"version": "2.0.0",
"description": "Admin panel for the post tracker",
"main": "server.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@bull-board/api": "^7.1.5",
"@bull-board/express": "^7.1.5",
"bull": "^3.29.3",
"cookie-parser": "^1.4.7",
"dotenv": "^17.4.2",
"express": "^5.2.1"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@eslint/js": "^9.39.4",
"@mui/icons-material": "^9.0.1",
"@mui/material": "^9.0.1",
"@vitejs/plugin-react": "^6.0.2",
"alphanum-sort": "^1.0.2",
"deep-equal": "^2.2.3",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.6.0",
"prop-types": "^15.8.1",
"react": "^19.2.0",
"react-cookies": "^0.1.1",
"react-dom": "^19.2.0",
"react-router-dom": "^7.16.0",
"vite": "^8.0.0"
},
"engines": {
"node": ">=20"
}
}