forked from cmp307/Digital-Management-Panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.68 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
57
58
59
60
61
{
"name": "project-liamtownsley2",
"private": true,
"version": "1.0.7",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"compile": "npm run build && electron-builder",
"test": "npm run build && npm run hot-test",
"preview": "vite preview",
"hot-test": "node test.mjs"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.2",
"cors": "^2.8.5",
"cvss": "^1.0.5",
"electron-store": "^8.1.0",
"express": "^4.18.2",
"glob": "^10.3.10",
"mongodb": "^6.3.0",
"os": "^0.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-placeholder": "^4.1.0",
"react-router-dom": "^6.20.1",
"react-spinners": "^0.13.8",
"react-widgets": "^5.8.4",
"systeminformation": "^5.21.20"
},
"devDependencies": {
"@types/cvss": "^1.0.3",
"@types/express": "^4.17.21",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react": "^4.2.1",
"chalk": "^5.3.0",
"concurrently": "^8.2.2",
"electron": "^27.1.3",
"electron-builder": "^24.9.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"figlet": "^1.7.0",
"puppeteer": "^21.6.1",
"puppeteer-core": "^21.6.1",
"sass": "^1.69.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"vite": "^5.0.10",
"vite-plugin-electron": "^0.15.4",
"vite-plugin-electron-renderer": "^0.14.5",
"wait-on": "^7.2.0"
},
"main": "dist-electron/main.js"
}