-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.9 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
{
"name": "fellow-imgui",
"version": "0.1.5",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"postbuild": "gulp -f gulp.mjs deploy",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --runInBand",
"lint": "ng lint --quiet"
},
"private": true,
"jest": {
"preset": "jest-preset-angular",
"testMatch": [
"**/?(*.)+(spec).[jt]s?(x)"
],
"setupFilesAfterEnv": [
"./src/test/test.ts"
]
},
"dependencies": {
"@angular/animations": "^18.2.11",
"@angular/cdk": "^18.2.12",
"@angular/common": "^18.2.11",
"@angular/compiler": "^18.2.11",
"@angular/core": "^18.2.11",
"@angular/forms": "^18.2.11",
"@angular/material": "^18.2.12",
"@angular/platform-browser": "^18.2.11",
"@angular/platform-browser-dynamic": "^18.2.11",
"@angular/router": "^18.2.11",
"@angular/service-worker": "^18.2.11",
"dexie": "^4.0.9",
"hammerjs": "^2.0.8",
"ngx-colors": "^3.6.0",
"rxjs": "~7.8.1",
"tslib": "^2.8.0",
"uuid": "^10.0.0",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
"@angular-eslint/eslint-plugin": "^18.4.0",
"@angular-eslint/eslint-plugin-template": "^18.4.0",
"@angular-eslint/template-parser": "^18.4.0",
"@angular/cli": "^18.2.11",
"@angular/compiler-cli": "^18.2.11",
"@eslint/js": "^9.14.0",
"@types/hammerjs": "^2.0.46",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.7",
"@types/uuid": "^10.0.0",
"angular-eslint": "^18.4.0",
"braces": ">=3.0.3",
"eslint": "^9.14.0",
"gulp": "^5.0.0",
"gulp-brotli": "^3.0.0",
"gulp-htmlmin": "^5.0.1",
"jest": "^29.7.0",
"jest-preset-angular": "^14.2.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.12.2",
"ws": ">=8.17.1"
}
}