-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.41 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
70
{
"name": "master-quizz",
"version": "1.1.2",
"scripts": {
"ng": "ng",
"start": "node backend/app.js",
"dev": "concurrently \"ng serve --configuration=development\" \"nodemon start backend/app.js\"",
"prod": "ng build --aot --configuration=productionhttp && npm run start",
"build": "ng build --aot --configuration=production",
"watch": "ng build --watch --configuration=development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.0",
"@angular/cli": "^16.1.0",
"@angular/common": "^16.1.0",
"@angular/compiler": "^16.1.0",
"@angular/compiler-cli": "^16.1.0",
"@angular/core": "^16.1.0",
"@angular/forms": "^16.1.0",
"@angular/platform-browser": "^16.1.0",
"@angular/platform-browser-dynamic": "^16.1.0",
"@angular/router": "^16.1.0",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@ngrx/store": "^16.1.0",
"concurrently": "^9.0.1",
"cookieconsent": "^3.1.1",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"firebase": "^11.2.0",
"mongoose": "^8.0.0",
"mongoose-mongodb-errors": "^0.0.2",
"ngx-cookieconsent": "^6.0.0",
"nodemailer": "^6.9.5",
"nodemon": "^3.0.1",
"path": "^0.12.7",
"rxjs": "~7.8.0",
"shrink-ray-current": "^4.1.3",
"tslib": "^2.3.0",
"ws": "^8.13.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.3",
"@flydotio/dockerfile": "^0.7.4",
"@types/crypto-js": "^4.1.1",
"@types/jasmine": "~4.3.0",
"@types/node": "^22.13.1",
"@types/ws": "^8.5.5",
"jasmine-core": "~5.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"source-map-explorer": "^2.5.3",
"typescript": "~5.1.3"
},
"resolutions": {
"node-gyp": "11.1.0"
}
}