-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"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",
"build:all": "nextron build --all",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@david.kucsai/react-pdf-table": "^0.4.1",
"@react-pdf/renderer": "^3.0.1",
"electron-serve": "^1.1.0",
"electron-store": "^8.1.0",
"json2csv": "^5.0.7",
"react-csv": "^2.2.2",
"react-date-picker": "^9.1.0",
"react-icons": "^4.6.1",
"react-pdf-table": "^1.0.0-alfa.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"electron": "^20.1.0",
"electron-builder": "^23.3.3",
"file-loader": "^6.2.0",
"next": "^12.2.5",
"nextron": "^8.2.0",
"postcss": "^8.4.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.1.8"
}
}