-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "gif-cake",
"version": "2.0.0",
"description": "The best gif desktop utility",
"main": ".vite/build/main.js",
"repository": "https://github.com/asilluron/gif-cake",
"scripts": {
"start": "electron-forge start",
"dev": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make"
},
"keywords": [],
"author": {
"name": "Andrew Silluron",
"email": "asilluron@users.noreply.github.com"
},
"license": "MIT",
"productName": "GifCake",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.0",
"@mui/material": "^6.4.0",
"axios": "^1.7.0",
"axios-hooks": "^5.1.0",
"electron-log": "^5.3.0",
"lodash": "^4.17.21",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
"devDependencies": {
"@electron-forge/cli": "^7.6.0",
"@electron-forge/maker-dmg": "^7.6.0",
"@electron-forge/maker-zip": "^7.6.0",
"@electron-forge/plugin-vite": "^7.6.0",
"@electron/notarize": "^2.5.0",
"@types/lodash": "^4.17.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"electron": "^35.1.0",
"eslint": "^9.0.0",
"typescript": "^5.7.0",
"vite": "^5.4.21"
}
}