-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 952 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
36
37
{
"private": true,
"name": "my-nextron-app",
"description": "My application description",
"version": "1.0.0",
"author": "jcvendiola@gmail.com",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@stomp/stompjs": "^7.0.0",
"bootstrap": "^5.2.3",
"date-fns": "^2.29.3",
"electron-serve": "^1.1.0",
"electron-store": "^8.1.0",
"jquery": "^3.6.4",
"jquery-ui": "^1.13.2",
"popper.js": "^1.16.1",
"react-bootstrap-datetimepicker": "^0.0.22",
"react-date-picker": "^10.0.3",
"socket.io-client": "^4.6.1",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"ws": "^8.13.0"
},
"devDependencies": {
"electron": "^21.3.3",
"electron-builder": "^23.6.0",
"next": "^12.3.4",
"nextron": "^8.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}