-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
134 lines (134 loc) · 4.02 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "angular-instagram",
"description": "Instagram Clone with Angular, Node and Typescript Using Nrwl Tooling.",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://github.com/shindesharad71/Anstagram.git"
},
"keywords": [],
"author": {
"name": "Sharad Shinde",
"email": "shindesharad71@gmail.com",
"url": "https://shrd.in"
},
"homepage": "https://github.com/shindesharad71/Anstagram",
"bugs": {
"url": "https://github.com/shindesharad71/Anstagram/issues"
},
"scripts": {
"ng": "nx",
"frontend": "ng serve frontend",
"backend": "ng serve backend",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --prod",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"nx": "nx",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"update:check": "ng update",
"dep-graph": "nx dep-graph",
"workspace-schematic": "nx workspace-schematic",
"help": "nx help",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"private": true,
"dependencies": {
"@angular/animations": "^10.0.9",
"@angular/common": "^10.0.9",
"@angular/compiler": "^10.0.9",
"@angular/core": "^10.0.9",
"@angular/forms": "^10.0.9",
"@angular/platform-browser": "^10.0.9",
"@angular/platform-browser-dynamic": "^10.0.9",
"@angular/pwa": "^0.803.23",
"@angular/router": "^10.0.9",
"@angular/service-worker": "^10.0.9",
"@fortawesome/angular-fontawesome": "^0.8.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@nrwl/angular": "10.0.12",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"bulma": "^0.8.2",
"chalk": "^3.0.0",
"core-js": "^3.6.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "4.17.1",
"express-jwt": "^5.3.1",
"filepond": "^4.9.5",
"filepond-plugin-file-validate-type": "^1.2.4",
"filepond-plugin-image-crop": "^2.0.3",
"filepond-plugin-image-exif-orientation": "^1.0.6",
"filepond-plugin-image-preview": "^4.6.0",
"filepond-plugin-image-transform": "^3.7.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.8.9",
"multer": "^1.4.2",
"ng-lazyload-image": "^7.0.1",
"ng-simple-slideshow": "^1.3.0-beta.11",
"ngx-filepond": "^5.0.1",
"nodemailer": "^6.4.2",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1000.0",
"@angular/cli": "~10.0.0",
"@angular/compiler-cli": "^10.0.9",
"@angular/language-service": "^10.0.9",
"@nrwl/express": "^10.0.12",
"@nrwl/jest": "10.0.12",
"@nrwl/node": "10.0.12",
"@nrwl/workspace": "10.0.12",
"@types/express": "4.17.2",
"@types/jasmine": "~3.5.1",
"@types/jasminewd2": "~2.0.8",
"@types/jest": "25.1.4",
"@types/node": "~13.5.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"codelyzer": "^6.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"husky": "^4.3.6",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "25.2.4",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"prettier": "2.0.5",
"pretty-quick": "^3.1.0",
"protractor": "~7.0.0",
"ts-jest": "25.2.1",
"ts-node": "~8.6.2",
"typescript": "^3.9.7"
}
}