-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 2.01 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
{
"name": "noble-quran-web",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:jit": "ng serve --aot=false",
"start:prod": "ng serve --configuration production",
"build": "ng build",
"build:prod": "ng build --configuration production",
"serve": "serve -s dist -p 4500",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"analyze": "ng build --configuration production --stats-json && webpack-bundle-analyzer dist/stats.json",
"explore": "ng build --configuration production --source-map && source-map-explorer dist/**/*.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.1.1",
"@angular/cdk": "^13.1.1",
"@angular/common": "^13.1.1",
"@angular/compiler": "^13.1.1",
"@angular/core": "^13.1.1",
"@angular/forms": "^13.1.1",
"@angular/material": "^13.1.1",
"@angular/platform-browser": "^13.1.1",
"@angular/platform-browser-dynamic": "^13.1.1",
"@angular/router": "^13.1.1",
"@angular/service-worker": "^13.1.1",
"localbase": "^0.7.5",
"lodash-es": "^4.17.21",
"rxjs": "~6.6.0",
"subsink": "^1.0.2",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.1301.2",
"@angular-devkit/build-angular": "^13.1.2",
"@angular-eslint/builder": "13.0.1",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/schematics": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "^13.1.2",
"@angular/compiler-cli": "^13.1.1",
"@types/lodash-es": "^4.17.5",
"@types/node": "^12.20.33",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"eslint": "^8.2.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.4.0",
"open": "^7.0.3",
"source-map-explorer": "^2.5.2",
"ts-node": "~8.3.0",
"typescript": "~4.5.4"
}
}