-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
68 lines (68 loc) · 1.85 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "sg-dial-sim",
"version": "0.3.0",
"author": "Philip Fulgham (https://philipf5.dev)",
"license": "MIT",
"private": true,
"main": "main.js",
"repository": "github:philipf5/sg-dial-sim",
"scripts": {
"ng": "ng",
"start": "ng build --watch",
"serve": "ng serve",
"build": "ng build --configuration production --base-href ./",
"package-mac": "electron-builder build --publish never --config electron-builder.js --mac --universal",
"package-win": "electron-builder build --publish never --config electron-builder.js --win",
"lint": "ng lint",
"electron": "electron ."
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@angular/animations": "15.2.6",
"@angular/common": "15.2.6",
"@angular/compiler": "15.2.6",
"@angular/core": "15.2.6",
"@angular/forms": "15.2.6",
"@angular/platform-browser": "15.2.6",
"@angular/platform-browser-dynamic": "15.2.6",
"@angular/router": "15.2.6",
"@electron/remote": "2.0.9",
"@ngrx/effects": "15.4.0",
"@ngrx/store": "15.4.0",
"@ngrx/store-devtools": "15.4.0",
"electron-reloader": "1.2.3",
"electron-store": "8.1.0",
"gsap": "npm:@gsap/shockingly@3.11.5",
"lodash-es": "4.17.21",
"pixi.js": "7.2.4",
"rxjs": "7.8.0",
"sass": "1.61.0",
"tslib": "^2.0.0",
"uuid": "9.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.5",
"@angular/cli": "15.2.5",
"@angular/compiler-cli": "15.2.6",
"@angular/language-service": "15.2.6",
"@electron/notarize": "1.2.3",
"@types/lodash": "4.14.192",
"@types/lodash-es": "4.17.7",
"@types/node": "18.15.11",
"dotenv": "8.2.0",
"electron": "24.0.0",
"electron-builder": "23.6.0",
"git-rev-sync": "3.0.2",
"husky": "4.2.5",
"prettier": "2.8.7",
"pretty-quick": "3.1.3",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "4.9.5"
}
}