-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.51 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
{
"name": "ngx-ramblers",
"description": "Ramblers groups website framework: https://www.ngx-ramblers.org.uk",
"version": "2.0.0",
"license": "ISC",
"private": true,
"scripts": {
"analyze": "webpack-bundle-analyzer dist/ngx-ramblers/stats-es2015.json",
"build:stats": "ng build --project ngx-ramblers --configuration production --statsJson=true",
"build": "ng build --project ngx-ramblers --progress --configuration production",
"clean": "rm -rf node_modules && rm -rf server/node_modules",
"reinstall": "npm run clean && npm install && npm run postbuild",
"e2e": "ng e2e",
"lint": "ng lint",
"lintfix": "ng lint --fix",
"postbuild": "npm install --prefix server",
"serve": "ng serve --project ngx-ramblers --configuration development",
"test": "ng test"
},
"cacheDirectories": [
"node_modules",
"server/node_modules"
],
"dependencies": {
"@angular/animations": "18.2.12",
"@angular/cdk": "18.2.12",
"@angular/common": "18.2.12",
"@angular/compiler": "18.2.12",
"@angular/core": "18.2.12",
"@angular/forms": "18.2.12",
"@angular/platform-browser": "18.2.12",
"@angular/platform-browser-dynamic": "18.2.12",
"@angular/router": "18.2.12",
"@asymmetrik/ngx-leaflet": "18.0.1",
"@fortawesome/angular-fontawesome": "0.10.2",
"@fortawesome/fontawesome-free": "6.1.1",
"@fortawesome/fontawesome-svg-core": "6.1.0",
"@fortawesome/free-brands-svg-icons": "6.1.1",
"@fortawesome/free-solid-svg-icons": "6.1.0",
"@ng-select/ng-select": "13.9.1",
"aws-sdk": "2.596.0",
"bootstrap": "4.6.2",
"copyfiles": "2.1.1",
"core-js": "3.6.1",
"express": "4.17.3",
"express-session": "1.17.0",
"hammerjs": "2.0.8",
"jquery": "3.5.0",
"js-yaml": "3.13.1",
"json2csv": "4.5.4",
"jsonc-parser": "3.3.1",
"leaflet": "1.9.4",
"lodash-es": "4.17.21",
"marked": "12.0.0",
"matchdep": "2.0.0",
"meetup-api": "1.4.38",
"method-override": "3.0.0",
"moment": "2.24.0",
"moment-timezone": "0.5.27",
"mongoose": "5.10.11",
"ng-gallery": "11.0.0",
"ng-recaptcha-2": "14.0.0",
"ng2-file-upload": "7.0.1",
"ngx-bootstrap": "18.1.3",
"ngx-capture": "0.13.0",
"ngx-google-analytics": "14.0.1",
"ngx-image-cropper": "6.2.2",
"ngx-logger": "5.0.12",
"ngx-markdown": "18.1.0",
"ngx-tagify": "15.0.5",
"ngx-ui-switch": "14.0.3",
"path": "0.12.7",
"popper.js": "1.16.1",
"rxjs": "7.8.1",
"url-polyfill": "1.1.12",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-builders/custom-webpack": "18.0.0",
"@angular-devkit/build-angular": "18.2.12",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.12",
"@angular/language-service": "18.2.12",
"@types/jasmine": "5.1.1",
"@types/jasminewd2": "2.0.12",
"@types/leaflet": "1.9.14",
"@types/lodash-es": "4.17.3",
"@types/marked": "4.3.2",
"@types/ws": "8.5.4",
"codelyzer": "6.0.1",
"file-loader": "6.2.0",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "6.3.2",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "2.1.1",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.5.1",
"moment-locales-webpack-plugin": "1.2.0",
"protractor": "7.0.0",
"source-map-explorer": "2.4.2",
"ts-node": "8.5.4",
"tslint": "6.1.3",
"typescript": "5.4.5",
"webpack-bundle-analyzer": "3.6.0"
},
"engines": {
"node": "v20.11.0",
"npm": "10.2.4"
}
}