-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 974 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
35
{
"private": true,
"name": "my-nextron-app",
"description": "My application description",
"version": "1.0.0",
"author": "Yoshihide Shiono <shiono.yoshihide@gmail.com>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps",
"pybuild": "pyinstaller app.spec --distpath ./resources --noconfirm --noconsole"
},
"dependencies": {
"axios": "^0.21.1",
"child_process": "^1.0.2",
"electron-serve": "^1.1.0",
"electron-store": "^7.0.2",
"next-fonts": "^1.5.1",
"next-plugin-svgr": "^1.0.0",
"react-spring": "^9.1.1"
},
"devDependencies": {
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"electron": "^12.0.2",
"electron-builder": "^22.10.5",
"next": "^10.1.3",
"nextron": "^6.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.2.3"
}
}