-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 KB
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
43
44
45
46
47
{
"private": true,
"name": "DistributionZ",
"description": "DistributionZ is an easy to use distribution system",
"version": "0.0.0",
"author": "Dominic Heun <dominic.heun@gmx.net>",
"main": "app/background.js",
"scripts": {
"dev": "rimraf dist-ts && nextron",
"build": "rimraf dist-ts && nextron build",
"postinstall": "electron-builder install-app-deps"
},
"repository": "https://github.com/TheDome/DistributionZ",
"dependencies": {
"bootstrap": "5.2.3",
"electron-serve": "1.1.0",
"electron-store": "8.1.0",
"electron-updater": "^5.3.0",
"react-bootstrap": "2.7.0",
"reflect-metadata": "0.1.13",
"sequelize": "6.28.0",
"sequelize-typescript": "2.1.5",
"sqlite3": "5.1.4"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "7.20.7",
"@babel/plugin-transform-typescript": "7.20.7",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-calendar": "3.9.0",
"@types/react-dom": "18.0.10",
"electron": "22.0.0",
"electron-builder": "23.6.0",
"next": "13.1.1",
"nextron": "8.2.0",
"react": "18.2.0",
"react-calendar": "4.0.0",
"react-dom": "18.2.0",
"react-search": "2.1.1",
"rimraf": "^3.0.2",
"ts-loader": "9.4.2",
"typescript": "4.9.4"
},
"resolutions": {
"minimatch": ">=3.0.5"
}
}