-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.55 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "Alex_Lau_Acupuncture",
"version": "1.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"pm2start": "pm2 start ecosystem.config.js",
"nodemonstart": "nodemon ./bin/www",
"start": "node ./bin/www",
"ngstart": "ng serve",
"lint": "tslint \"src/**/*.ts\" --project src/tsconfig.json --type-check && tslint \"e2e/**/*.ts\" --project e2e/tsconfig.json --type-check",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor",
"build": "ng build --prod",
"bundle-report": "webpack-bundle-analyzer public/stats.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.1.4",
"@angular/common": "^7.1.4",
"@angular/compiler": "^7.1.4",
"@angular/core": "^7.1.4",
"@angular/forms": "^7.1.4",
"@angular/http": "^7.1.4",
"@angular/platform-browser": "^7.1.4",
"@angular/platform-browser-dynamic": "^7.1.4",
"@angular/platform-server": "^7.1.4",
"@angular/router": "^7.1.4",
"@types/jquery": "^2.0.52",
"@types/lodash": "^4.14.66",
"acuityscheduling": "^0.1.7",
"angular2-fullcalendar": "^1.1.1",
"angular2-text-mask": "^6.3.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.4.3",
"core-js": "^2.4.1",
"debug": "^2.2.0",
"email-verification": "^0.4.6",
"hbs": "^4.0.1",
"jsonwebtoken": "^7.4.1",
"moment": "^2.23.0",
"mongoose": "^4.10.7",
"morgan": "^1.7.0",
"ng-lazyload-image": "^5.0.0",
"ngx-bootstrap": "^3.1.3",
"nodemailer": "^3.1.8",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.0.0-rc.0",
"serve-favicon": "^2.3.2",
"ts-helpers": "^1.1.2",
"ts-loader": "^5.3.2",
"tslib": "^1.9.0",
"validator": "^6.3.0",
"zone.js": "^0.8.12"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.11.0",
"@angular/cli": "^7.1.4",
"@angular/compiler-cli": "^7.1.4",
"@types/google.analytics": "0.0.33",
"@types/jasmine": "2.5.38",
"@types/node": "^6.14.2",
"browser-sync": "^2.18.12",
"codelyzer": "~2.0.0-beta.1",
"express": "^4.16.4",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "2.5.0",
"karma": "1.2.0",
"karma-chrome-launcher": "^2.1.1",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.6.0",
"lodash": "^4.17.11",
"protractor": "~4.0.13",
"ts-node": "1.2.1",
"tslint": "^4.3.0",
"typescript": "^3.1.6",
"webpack-bundle-analyzer": "^2.8.2"
}
}