-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.51 KB
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
{
"name": "angular-tabulator",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"audit": "npm audit --omit=dev"
},
"private": true,
"dependencies": {
"@angular/animations": "^22.0.2",
"@angular/common": "^22.0.2",
"@angular/compiler": "^22.0.2",
"@angular/core": "^22.0.2",
"@angular/forms": "^22.0.2",
"@angular/platform-browser": "^22.0.2",
"@angular/platform-browser-dynamic": "^22.0.2",
"@angular/router": "^22.0.2",
"dayjs": "^1.11.21",
"rxjs": "^7.8.2",
"tabulator-tables": "^6.5.1",
"tslib": "^2.8.1",
"zone.js": "^0.16.2"
},
"devDependencies": {
"@angular-eslint/builder": "^22.0.0",
"@angular-eslint/eslint-plugin": "^22.0.0",
"@angular-eslint/eslint-plugin-template": "^22.0.0",
"@angular-eslint/schematics": "^22.0.0",
"@angular-eslint/template-parser": "^22.0.0",
"@angular/build": "^22.0.3",
"@angular/cli": "^22.0.3",
"@angular/compiler-cli": "^22.0.2",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/tabulator-tables": "^6.3.4",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"istanbul-lib-instrument": "^6.0.3",
"typescript": "^6.0.3",
"vitest": "^4.0.8"
},
"allowScripts": {
"esbuild@0.28.1": true,
"esbuild@0.27.7": true,
"@parcel/watcher@2.5.6": true,
"lmdb@3.5.4": true,
"msgpackr-extract@3.0.4": true
}
}