-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.79 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
{
"name": "custom-rom-list",
"version": "2.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test --silent",
"lint": "ng lint",
"e2e": "ng e2e --headless --watch=false",
"postinstall": "json2ts src/assets/data.schema.json > src/app/schema.d.ts"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.7",
"@angular/cdk": "^14.0.1",
"@angular/common": "^14.2.6",
"@angular/compiler": "^14.2.7",
"@angular/core": "^14.2.6",
"@angular/forms": "^14.2.7",
"@angular/material": "^14.2.5",
"@angular/platform-browser": "^14.2.6",
"@angular/platform-browser-dynamic": "^14.2.7",
"@angular/router": "^14.2.7",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"material-icons": "^1.12.0",
"ngx-markdown": "^14.0.1",
"rxjs": "~7.5.7",
"tslib": "^2.4.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-builders/jest": "^14.0.1",
"@angular-devkit/build-angular": "^14.2.6",
"@angular-eslint/builder": "14.1.2",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "^14.2.6",
"@angular/compiler-cli": "^14.2.7",
"@cypress/schematic": "^2.2.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.14.6",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"cypress": "^10.10.0",
"eslint": "^8.26.0",
"jest": "^29.2.2",
"jest-preset-angular": "^12.2.2",
"json-schema-to-typescript": "^11.0.2",
"ts-jest": "^29.0.3",
"typescript": "~4.8.4"
}
}