-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
39
40
41
42
{
"private": true,
"name": "jyeshtha-motors",
"description": "Ledger bill calculation application for Jyestha Motors",
"version": "2.0.6",
"author": "Jyeshtha Motors <subhranshuchoudhury00@gmail.com>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"build:win64": "nextron build --win --x64",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"daisyui": "^4.5.0",
"electron-serve": "^1.1.0",
"electron-store": "^8.1.0",
"formidable": "^3.5.1",
"idb": "^8.0.0",
"json-as-xlsx": "^2.5.6",
"pdf2json": "^3.0.5",
"prop-types": "^15.8.1",
"react-dropdown-select": "^4.11.1",
"react-hot-toast": "^2.4.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"autoprefixer": "^10.4.16",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"next": "^12.3.4",
"nextron": "^8.12.0",
"postcss": "^8.4.30",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}