This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.35 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
{
"name": "app",
"version": "0.0.0",
"description": "The Church theme",
"author": "Lam Nhan",
"homepage": "https://church-preview.lamnhan.com",
"license": "MIT",
"private": true,
"scripts": {
"copies": "cpy styles.scss ../../../dist/church --cwd=projects/church/src --parents",
"build:lib": "ng build church && npm run copies && cpy README.md LICENSE dist/church",
"deploy:lib": "cd ./dist/church && npm publish && cd ../../",
"build:app": "ng build && ngxer generate && ngsw-config ./docs ./ngsw-config.json",
"deploy:app": "git add . && git commit -m 'deploy:app' && git push",
"test": "echo 'test'",
"lint": "echo 'lint'",
"e2e": "echo 'e2e'"
},
"keywords": [
"lamnhan",
"angular",
"firebase",
"nguix",
"webapp"
],
"repository": {
"type": "git",
"url": "https://github.com/themolacms/church.git"
},
"bugs": {
"url": "https://github.com/themolacms/church/issues"
},
"dependencies": {
"@angular/animations": "~12.2.5",
"@angular/common": "~12.2.5",
"@angular/compiler": "~12.2.5",
"@angular/core": "~12.2.5",
"@angular/forms": "~12.2.5",
"@angular/platform-browser": "~12.2.5",
"@angular/platform-browser-dynamic": "~12.2.5",
"@angular/router": "~12.2.5",
"@angular/service-worker": "~12.2.5",
"@lamnhan/nguix-dashboard": "0.0.8",
"@lamnhan/nguix-starter": "0.0.17",
"@lamnhan/ngx-schemata": "0.0.16",
"@lamnhan/ngx-useful": "0.0.35",
"@lamnhan/schemata": "0.0.24",
"@ngxs/store": "^3.7.2",
"@unistylus/bootstrap": "0.0.13",
"@unistylus/core": "0.0.10",
"ngx-infinite-scroll": "^10.0.1",
"ngx-pull-to-refresh": "^11.1.19",
"ngx-virtual-scroller": "^4.0.3",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.5",
"@angular/cli": "~12.2.5",
"@angular/compiler-cli": "~12.2.5",
"@types/basiclightbox": "^5.0.1",
"@types/croppie": "^2.6.1",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"cpy-cli": "^3.1.1",
"firebase-tools": "^9.20.0",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^12.1.1",
"typescript": "~4.3.5"
}
}