forked from Ks89/angular-modal-gallery-2021-v9.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.57 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
{
"name": "angular-modal-gallery-official-website",
"version": "9.0.0",
"author": "Stefano Cappa",
"description": "based on https://github.com/Ks89/angular-cli-skeleton",
"license": "MIT",
"main": "src/main.ts",
"homepage": "https://github.com/Ks89",
"private": true,
"repository": "https://github.com/Ks89/angular-modal-gallery-2021-v9.github.io",
"engines": {
"node": ">=16.3.0",
"npm": ">=7.16.0"
},
"scripts": {
"ng": "ng",
"start": "npm run serve:dev",
"serve": "npm run serve:dev",
"serve:dev": "ng serve --hmr",
"serve:prod": "ng serve --configuration=production",
"build": "ng build angular-modal-gallery-docs --prod && ng run angular-modal-gallery-docs:server:production",
"build:dev": "ng build --configuration=development",
"build:dev:stats": "npm run build:dev -- --stats-json",
"build:prod": "ng build --configuration=production --delete-output-path",
"build:prod:stats": "npm run build:prod -- --stats-json",
"build:release": "ng build --configuration=release --base-href /angular-modal-gallery-2021-v9.github.io/ --deploy-url /angular-modal-gallery-2021-v9.github.io/",
"clean": "npm cache verify && npm run clean:dist",
"clean:dist": "rimraf dist",
"clean:coverage": "rimraf coverage",
"clean:docs": "rimraf lib-docs"
},
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/cdk": "~13.3.0",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.3.0",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@ks89/angular-modal-gallery": "^9.1.0-beta.2",
"@ks89/ngx-codemirror": "^5.0.0",
"bootstrap": "^5.0.2",
"codemirror": "^5.62.0",
"hammerjs": "^2.0.8",
"mousetrap": "^1.6.5",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.3",
"@angular/cli": "~13.3.3",
"@angular/compiler-cli": "~13.3.0",
"@angularclass/hmr": "^3.0.0",
"@types/hammerjs": "^2.0.40",
"@types/jasmine": "~3.10.0",
"@types/mousetrap": "^1.6.8",
"@types/node": "^16.11.6",
"cpy-cli": "^3.1.1",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.6.2"
}
}