-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.35 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
48
49
50
51
52
{
"name": "footx",
"version": "1.1.2",
"private": false,
"engines": {
"node": "22.x",
"npm": "10.x"
},
"scripts": {
"heroku-postbuild": "ng build --aot",
"ng": "ng",
"start": "node app.js",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"dependencies": {
"@angular/animations": "latest",
"@angular/cli": "latest",
"@angular/common": "latest",
"@angular/compiler": "latest",
"@angular/compiler-cli": "latest",
"@angular/core": "latest",
"@angular/forms": "latest",
"@angular/platform-browser": "latest",
"@angular/platform-browser-dynamic": "latest",
"@angular/router": "latest",
"body-parser": "^1.20.1",
"core-js": "2.5.x",
"dotenv": "^16.0.1",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.13.6",
"mongoose-mongodb-errors": "^0.0.2",
"path": "latest",
"rxjs": "latest",
"tslib": "latest",
"typescript": "latest",
"zone.js": "latest"
},
"devDependencies": {
"@angular-devkit/build-angular": "latest",
"@types/jasmine": "latest",
"@types/node": "latest",
"jasmine-core": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-coverage": "latest",
"karma-jasmine": "latest",
"karma-jasmine-html-reporter": "latest"
}
}