-
-
Notifications
You must be signed in to change notification settings - Fork 353
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.86 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "dsomm",
"version": "4.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"prebuild": "node scripts/copy-readme.js",
"build": "ng build --configuration=production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"heroku-postbuild": "ng build --configuration=production"
},
"private": true,
"dependencies": {
"@angular/cdk": "22.1.0",
"@angular/cli": "22.1.2",
"@angular/common": "22.1.0",
"@angular/compiler": "22.1.0",
"@angular/core": "22.1.0",
"@angular/forms": "22.1.0",
"@angular/localize": "22.1.0",
"@angular/material": "22.1.0",
"@angular/platform-browser": "22.1.0",
"@angular/router": "22.1.0",
"@ngneat/until-destroy": "10.0.0",
"d3": "7.9.0",
"markdown-it": "14.3.0",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"xlsx": "0.18.5",
"yaml": "2.9.0",
"yamljs": "0.3.0"
},
"devDependencies": {
"@angular-eslint/builder": "22.1.0",
"@angular-eslint/eslint-plugin": "22.1.0",
"@angular-eslint/eslint-plugin-template": "22.1.0",
"@angular-eslint/template-parser": "22.1.0",
"@angular/build": "22.1.2",
"@angular/compiler-cli": "22.1.0",
"@types/d3": "7.4.0",
"@types/markdown-it": "14.1.2",
"@types/yamljs": "0.2.31",
"@typescript-eslint/parser": "8.65.0",
"@typescript-eslint/utils": "8.65.0",
"angular-eslint": "22.1.0",
"eslint": "9.28.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.5.6",
"jsdom": "30.0.0",
"prettier": "3.9.5",
"typescript": "6.0.3",
"typescript-eslint": "8.65.0",
"vitest": "4.0.8"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"allowScripts": {
"@parcel/watcher@2.6.0": true,
"esbuild@0.28.1": true,
"lmdb@3.5.1": true,
"msgpackr-extract@3.0.4": true
}
}