-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1012 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
38
39
40
{
"name": "retirement-planner",
"productName": "Retirement Planner",
"version": "1.0.0",
"description": "Simple boilerplate project for working with Typescript and Electron",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrockHerion/ts-electron-boilerplate.git"
},
"keywords": [
"electron",
"typescript",
"boilerplate"
],
"author": "Brock Herion",
"license": "MIT",
"bugs": {
"url": "https://github.com/BrockHerion/ts-electron-boilerplate/issues"
},
"homepage": "https://github.com/BrockHerion/ts-electron-boilerplate#readme",
"dependencies": {
"@reduxjs/toolkit": "^1.5.1",
"bootstrap": "^4.6.0",
"dotenv": "^8.2.0",
"electron": "^11.3.0",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"electron-reloader": "^1.2.0",
"eslint": "^7.24.0"
}
}