-
-
Notifications
You must be signed in to change notification settings - Fork 231
/
Copy pathpackage.json
34 lines (34 loc) · 909 Bytes
/
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
{
"private": true,
"name": "my-nextron-app",
"description": "My application description",
"version": "1.0.0",
"author": "Ketan Patel <ktan.p.patel@gmail.com>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0"
},
"devDependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/theme-tools": "^2.1.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^34.0.0",
"electron-builder": "^24.13.3",
"framer-motion": "^11.0.28",
"next": "^14.2.4",
"nextron": "^9.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.7.3"
}
}