-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.49 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
69
{
"name": "split-man21",
"version": "0.0.6",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:safe": "npm run test && npm run e2e && npm run build",
"build:prod_bk": "npx rimraf dist && npm run cp-libs && npm run fix_font_awesome && ng build --configuration production",
"build:prod": "npx rimraf dist && npm run cp-libs && ng build --configuration production",
"ng build": "npm run test:headless && npm run e2e && npm run build:prod",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:headless": "ng test --browsers ChromeHeadless --watch=false",
"e2e": "npx ts-node e2e/main_e2e.ts",
"clear-chromium": "clearChromium.sh",
"fix_font_awesome": "sh ./fixFontAwesome.sh",
"cp-libs": "npx cp-cli node_modules/bootstrap/dist src/assets/bootstrap && npx make-dir-cli src/assets/font-awesome && npx cp-cli node_modules/font-awesome/css/ src/assets/font-awesome/css && npx cp-cli node_modules/font-awesome/fonts src/assets/font-awesome/fonts"
},
"private": true,
"dependencies": {
"@angular/animations": "~17.3.10",
"@angular/common": "~17.3.10",
"@angular/compiler": "~17.3.10",
"@angular/core": "~17.3.10",
"@angular/forms": "~17.3.10",
"@angular/platform-browser": "~17.3.10",
"@angular/platform-browser-dynamic": "~17.3.10",
"@angular/router": "~17.3.10",
"angular-ng-autocomplete": "^2.0.12",
"bootstrap": "^5.3.3",
"font-awesome": "^4.7.0",
"fontawesome": "^5.6.3",
"nodemailer": "^6.9.13",
"rxjs": "^7.8.1",
"splitwise-js-map": "git+ssh://git@github.com/ahtrahdis7/node-splitwise-js.git",
"tslib": "^2.6.2",
"zone.js": "~0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.8",
"@angular/cli": "~17.3.8",
"@angular/compiler-cli": "~17.3.10",
"@types/babel__core": "^7.20.5",
"@types/bootstrap": "^5.2.10",
"@types/jasmine": "~4.6.4",
"@types/node": "^18.19.31",
"@types/nodemailer": "^6.4.14",
"chai": "^4.4.1",
"cp-cli": "^2.0.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"log-timestamp": "^0.3.0",
"make-dir-cli": "^3.1.0",
"puppeteer": "^22.7.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "~5.2.0"
},
"engineStrict": true,
"engines": {
"node": ">=18",
"npm": ">=8.0.0"
}
}