-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.95 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.95 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "meanstack",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"front": "ng serve",
"build": "ng build --prod",
"start": "concurrently --kill-others \"ng build --watch --no-delete-output-path\" \"node server.js\" ",
"dev": "nodemon server.js",
"test": "ng test",
"watch": "gulp watch",
"lint": "./node_modules/.bin/eslint **/*.js"
},
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"rxjs": "~7.5.0",
"body-parser": "1.18.3",
"bootstrap": "^4.6.2",
"concurrently": "7.6.0",
"cors": "2.8.4",
"eslint": "5.7.0",
"express": "4.16.4",
"express-session": "1.11.2",
"http-status": "0.1.8",
"jquery": "^3.6.1",
"mongodb": "2.0.27",
"mongoose": "5.3.4",
"morgan": "1.9.1",
"nodemon": "1.18.4",
"passport": "0.2.2",
"passport-facebook": "2.0.0",
"stripe": "3.3.4",
"superagent": "1.2.0",
"tslib": "^2.3.0",
"underscore": "1.5.2",
"wagner-core": "0.1.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.2",
"@angular/cli": "^15.0.2",
"@angular/compiler-cli": "^15.0.2",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.5.0",
"browserify": "10.2.3",
"gulp": "3.8.11",
"gulp-browserify": "0.5.1",
"gulp-mocha": "2.0.1",
"http-status": "0.1.8",
"karma": "~6.4.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-mocha": "0.1.4",
"mocha": "2.2.4",
"source-map-explorer": "^2.5.3",
"underscore": "1.5.2",
"typescript": "4.8.4"
},
"author": "",
"license": "ISC",
"description": ""
}