-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
123 lines (123 loc) · 4.23 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
{
"name": "arsus",
"version": "12.1.1",
"private": true,
"scripts": {
"ng": "ng",
"build": "npm run env -s && ng build --configuration production && npm run scully",
"start": "npm run env -s && ng serve --proxy-config proxy.conf.js",
"deploy": "npm run build && firebase deploy --only hosting",
"serve:sw": "npm run build -s && npx http-server ./dist -p 4200",
"lint": "ng lint && stylelint \"src/**/*.scss\" --syntax scss && htmlhint \"src\" --config .htmlhintrc",
"test": "npm run env -s && ng test",
"test:ci": "npm run env -s && npm run lint -s && ng test --configuration=ci",
"e2e": "npm run env -s && ng e2e",
"translations:extract": "ngx-translate-extract --input ./src --output ./src/translations/template.json --format=json --clean --sort --marker extract",
"docs": "hads ./docs -o",
"compodoc": "compodoc -p tsconfig.app.json -d docs/generated -s -o",
"env": "ngx-scripts env npm_package_version",
"prettier": "prettier --write \"./{src,e2e}/**/*.{ts,js,html,scss}\"",
"prettier:check": "prettier --list-different \"./{src,e2e}/**/*.{ts,js,html,scss}\"",
"postinstall": "npm run prettier -s",
"generate": "ng generate",
"scully": "scully",
"scully:serve": "scully serve"
},
"dependencies": {
"@angular/animations": "^12.1.1",
"@angular/common": "^12.1.1",
"@angular/compiler": "^12.1.1",
"@angular/core": "^12.1.1",
"@angular/fire": "^6.1.5",
"@angular/forms": "^12.1.1",
"@angular/platform-browser": "^12.1.1",
"@angular/platform-browser-dynamic": "^12.1.1",
"@angular/router": "^12.1.1",
"@angular/service-worker": "^12.1.1",
"@capacitor/core": "3.0.0",
"@capacitor/device": "^1.0.0",
"@capacitor/geolocation": "^1.0.0",
"@ionic/angular": "^5.6.7",
"@ngx-translate/core": "^13.0.0",
"@ngxs-labs/firestore-plugin": "^0.1.29",
"@ngxs/devtools-plugin": "^3.7.2",
"@ngxs/logger-plugin": "^3.7.2",
"@ngxs/storage-plugin": "^3.7.2",
"@ngxs/store": "^3.7.2",
"@scullyio/init": "^1.0.1",
"@scullyio/ng-lib": "^1.0.0",
"@scullyio/scully": "^1.0.0",
"date-fns": "^2.21.3",
"firebase": "^8.7.0",
"rxjs": "^6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1201.1",
"@angular-devkit/build-angular": "^12.1.1",
"@angular-eslint/builder": "12.2.2",
"@angular-eslint/eslint-plugin": "12.2.2",
"@angular-eslint/eslint-plugin-template": "12.2.2",
"@angular-eslint/schematics": "12.2.2",
"@angular-eslint/template-parser": "12.2.2",
"@angular/cli": "^12.1.1",
"@angular/compiler-cli": "^12.1.1",
"@angular/language-service": "^12.1.1",
"@angularclass/hmr": "^2.1.3",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@ngx-rocket/scripts": "^4.0.0",
"@ngxs/schematics": "^0.0.1-alpha.5",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"codelyzer": "^6.0.0",
"eslint": "^7.26.0",
"firebase-tools": "^9.11.0",
"fuzzy": "^0.1.3",
"hads": "^3.0.0",
"htmlhint": "^0.14.0",
"https-proxy-agent": "^5.0.0",
"husky": "^4.2.5",
"inquirer": "^7.2.0",
"inquirer-autocomplete-prompt": "^1.0.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-junit-reporter": "^2.0.1",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"protractor": "~7.0.0",
"stylelint": "^9.3.0",
"stylelint-config-prettier": "^7.0.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "~3.18.0",
"ts-node": "^8.10.2",
"tslint": "~6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "~4.2.4"
},
"prettier": {
"singleQuote": true,
"overrides": [
{
"files": "*.scss",
"options": {
"singleQuote": false
}
}
]
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}