-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.28 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
{
"name": "blend-api",
"version": "2.0.1",
"scripts": {
"nx": "nx",
"start": "nx serve --open",
"affected:apps": "nx affected:apps",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:graph": "nx affected:graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write --all",
"format:check": "nx format:check --all",
"graph": "nx graph",
"workspace-schematic": "nx workspace-schematic",
"help": "nx help",
"lint": "nx run-many --target=lint",
"postinstall": "node ./decorate-angular-cli.js",
"pre-commit": "npm run lint && npm run format:write"
},
"private": true,
"dependencies": {
"@angular/animations": "17.1.2",
"@angular/common": "17.1.2",
"@angular/compiler": "17.1.2",
"@angular/core": "17.1.2",
"@angular/forms": "17.1.2",
"@angular/platform-browser": "17.1.2",
"@angular/platform-browser-dynamic": "17.1.2",
"@angular/router": "17.1.2",
"@nx/angular": "18.0.1",
"angular-feather": "^6.5.1",
"bulma": "^0.9.4",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.1.2",
"@angular-devkit/core": "17.1.2",
"@angular-devkit/schematics": "17.1.2",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "~17.0.0",
"@angular/compiler-cli": "17.1.2",
"@angular/language-service": "17.1.2",
"@eslint/eslintrc": "^3.0.0",
"@nx/eslint": "18.0.1",
"@nx/eslint-plugin": "18.0.1",
"@nx/jest": "18.0.1",
"@nx/workspace": "18.0.1",
"@schematics/angular": "17.1.2",
"@types/jest": "29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "20.11.16",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"jest-preset-angular": "14.0.0",
"nx": "18.0.1",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tslint": "~6.1.0",
"typescript": "5.3.3"
}
}