-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
132 lines (132 loc) · 4.48 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
{
"name": "eshop",
"version": "0.7.0",
"description": "Ecommerce template",
"author": "Miroslav Smrtic",
"private": false,
"license": "MIT",
"scripts": {
"build:server": "NODE_ENV=production nest build --config ./server/nest-cli.json",
"start:server": "NODE_ENV=production nest start config ./server/nest-cli.json --path ./server/tsconfig.json",
"start:dev": "NODE_ENV=development nest start --watch config ./server/nest-cli.json --path ./server/tsconfig.json",
"start:debug": "nest start --debug --watch",
"start:prod": "node server/dist/main",
"format": "prettier --write \"server/**/*.ts\"",
"lint": "eslint \"{server,apps}/**/*.ts\" --fix",
"ng": "ng ",
"start:client": "ng serve",
"build:client": "ng build",
"serve:client:prod": "ng serve --configuration production",
"lint:client": "ng lint",
"dev:ssr": "ng run eshop:serve-ssr",
"serve:ssr": "node dist/eshop/server/main.js",
"build:ssr": "NODE_ENV=production ng build --configuration production && ng run eshop:server:production",
"prerender": "ng run eshop:prerender",
"release": "standard-version",
"heroku-postbuild": "npm run build:ssr",
"start": "npm run serve:ssr"
},
"dependencies": {
"@angular/animations": "^15.2.2",
"@angular/cdk": "^15.2.2",
"@angular/common": "^15.2.2",
"@angular/compiler": "^15.2.2",
"@angular/core": "^15.2.2",
"@angular/forms": "^15.2.2",
"@angular/material": "^15.2.2",
"@angular/platform-browser": "^15.2.2",
"@angular/platform-browser-dynamic": "^15.2.2",
"@angular/platform-server": "^15.2.2",
"@angular/router": "^15.2.2",
"@angular/service-worker": "^15.2.2",
"@ngrx/effects": "^15.3.0",
"@ngrx/router-store": "^15.3.0",
"@ngrx/store": "^15.3.0",
"@tinymce/tinymce-angular": "^7.0.0",
"deepmerge": "4.3.0",
"ng-recaptcha": "^11.0.0",
"ngx-cookie-service": "^15.0.0",
"rxjs": "^7.5.7",
"tinycolor2": "^1.6.0",
"zone.js": "~0.13.0",
"@nestjs/axios": "2.0.0",
"@nestjs/common": "^9.3.9",
"@nestjs/config": "^2.3.1",
"@nestjs/core": "^9.3.9",
"@nestjs/jwt": "^10.0.2",
"@nestjs/mongoose": "9.2.1",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-express": "^9.3.9",
"@sendgrid/mail": "^7.7.0",
"bcryptjs": "^2.4.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cloudinary": "^1.35.0",
"cookie-parser": "^1.4.6",
"express-session": "^1.17.3",
"mongoose": "6.8.0",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"streamifier": "^0.1.1",
"stripe": "^9.15.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "15.0.0",
"@angular-devkit/build-angular": "^15.2.2",
"@angular-devkit/core": "^15.2.2",
"@angular-devkit/schematics": "^15.2.2",
"@angular-eslint/builder": "^15.2.1",
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular-eslint/eslint-plugin-template": "^15.2.1",
"@angular-eslint/schematics": "^15.2.1",
"@angular-eslint/template-parser": "^15.2.1",
"@angular/cli": "^15.2.2",
"@angular/compiler-cli": "^15.2.2",
"@angular/language-service": "^15.2.2",
"@nestjs/cli": "^9.1.5",
"@nestjs/schematics": "^9.0.3",
"@nestjs/serve-static": "^3.0.0",
"@ngrx/store-devtools": "^15.0.0",
"@ngtools/webpack": "^15.0.0",
"@nguniversal/builders": "^15.2.0",
"@nguniversal/common": "^15.2.0",
"@nguniversal/express-engine": "^15.2.0",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.5",
"@types/node": "^16.11.15",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"compression": "^1.7.4",
"connect-mongo": "^4.6.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"express": "^4.18.2",
"fastify-static": "^4.7.0",
"prettier": "^2.8.4",
"saslprep": "1.0.3",
"sass": "^1.58.3",
"standard-version": "^9.5.0",
"stylelint": "^15.2.0",
"stylelint-config-recommended": "^10.0.1",
"stylelint-config-recommended-scss": "^9.0.1",
"stylelint-config-standard": "^30.0.1",
"stylelint-scss": "^4.4.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "4.8.2",
"webpack-cli": "^5.0.1",
"whatwg-url": "^12.0.1"
},
"engines": {
"node": "16.17.1",
"npm": "9.4.0"
},
"browserslist": [
"defaults",
"not IE 11",
"not IE_Mob 11",
"maintained node versions"
]
}