-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.75 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
{
"name": "hardwareinfo",
"version": "1.0.0",
"main": "dist-electron/main/index.js",
"description": "HardwareInfo is the ultimate Windows app that spills all the tea on your PC's components, making sure there's absolutely no mystery left about what’s lurking inside your hardware",
"author": "Mateusz Perczak",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"preview": "vite preview"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.12.0",
"@emotion/eslint-plugin": "^11.12.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@nabla/vite-plugin-eslint": "^1.6.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.3.1",
"electron": "^24.8.8",
"electron-builder": "^23.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"framer-motion": "^10.18.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.26.1",
"typescript": "^5.5.4",
"vite": "^4.5.3",
"vite-electron-plugin": "^0.8.3",
"vite-plugin-electron": "^0.11.2"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"dependencies": {
"systeminformation": "^5.23.5"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}