-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.13 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 4.13 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@boundfoxstudios/lehrgrapht",
"version": "1.7.1",
"repository": "github:boundfoxstudios/lehrgrapht",
"scripts": {
"ng": "ng",
"start": "dotenvx run --ignore=MISSING_ENV_FILE -f .env.local -f .env -- npm run start:addin",
"start:addin": "npx ng serve addin --ssl=\"${LEHRGRAPHT_SSL}\" --ssl-key=\"${LEHRGRAPHT_SSL_KEY}\" --ssl-cert=\"${LEHRGRAPHT_SSL_CERTIFICATE}\"",
"start:website": "dotenvx run --ignore=MISSING_ENV_FILE -f .env.local -f .env -- ng serve website",
"start:office": "office-addin-debugging start manifest.xml",
"stop:office": "office-addin-debugging stop manifest.xml",
"build": "ng build addin --base-href=\"${BASE_HREF}\"",
"build:website": "ng build website",
"prepare-deployment": "gulp prepareDeployment",
"write-version-file": "gulp writeVersionFile",
"generate-icons": "gulp generateIcons",
"patch-docx": "node tasks/patch-docx.mjs",
"watch": "ng build addin --watch --configuration development",
"version:next": "git-cliff --bumped-version",
"validate": "office-addin-manifest validate manifest.xml",
"validate:production": "office-addin-manifest validate --production dist/addin/browser/manifest.xml",
"test": "ng test",
"test:addin": "ng test addin",
"lint": "ng lint",
"lint:website": "ng lint website",
"lint:addin": "ng lint addin",
"postinstall": "lefthook install"
},
"config": {
"app_to_debug": "word",
"app_type_to_debug": "desktop"
},
"private": true,
"packageManager": "npm@12.0.2",
"dependencies": {
"@angular/cdk": "^22.1.1",
"@angular/common": "^22.1.0",
"@angular/compiler": "^22.1.0",
"@angular/core": "^22.1.0",
"@angular/forms": "^22.1.0",
"@angular/platform-browser": "^22.1.0",
"@angular/platform-server": "^22.1.0",
"@angular/router": "^22.1.0",
"@angular/ssr": "^22.1.3",
"@fontsource-variable/fraunces": "^5.3.0",
"@fontsource/caveat": "^5.3.0",
"@fontsource/inter": "^5.3.0",
"@fontsource/newsreader": "^5.3.0",
"@fortawesome/angular-fontawesome": "~5.1.0",
"@fortawesome/free-brands-svg-icons": "^7.3.1",
"@fortawesome/free-regular-svg-icons": "^7.3.1",
"@fortawesome/free-solid-svg-icons": "^7.3.1",
"@ngrx/signals": "^21.1.1",
"express": "^5.2.1",
"flowbite": "~4.0.2",
"mathjax": "^4.1.3",
"mathjs": "~15.2.0",
"octokit": "^5.0.5",
"office-addin-cli": "~2.0.10",
"office-addin-manifest": "~2.1.6",
"plotly.js-dist-min": "~3.7.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"uuid": "~14.0.1"
},
"devDependencies": {
"@angular/build": "^22.1.3",
"@angular/cli": "^22.1.3",
"@angular/compiler-cli": "^22.1.0",
"@commitlint/cli": "^21.2.1",
"@commitlint/config-conventional": "^21.2.0",
"@dotenvx/dotenvx": "~1.71.2",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.3.3",
"@types/express": "^5.0.6",
"@types/gulp": "~4.0.18",
"@types/node": "~26.1.2",
"@types/office-js": "~1.0.604",
"@types/plotly.js-dist-min": "~2.3.4",
"adm-zip": "^0.6.0",
"angular-eslint": "22.1.0",
"eslint": "^10.8.0",
"eslint-config-prettier": "~10.1.8",
"git-cliff": "^2.13.1",
"gulp": "~5.0.1",
"gulp-replace": "~1.1.4",
"jsdom": "^30.0.1",
"lefthook": "^2.1.10",
"ng-packagr": "^22.1.1",
"office-addin-debugging": "^6.1.2",
"png-to-ico": "^3.0.2",
"postcss": "^8.5.26",
"prettier": "~3.9.6",
"prettier-plugin-css-order": "~2.2.0",
"prettier-plugin-organize-attributes": "~1.0.0",
"prettier-plugin-tailwindcss": "~0.8.1",
"sharp": "^0.35.3",
"tailwindcss": "^4.3.3",
"through2": "^5.0.11",
"typescript": "~6.0.3",
"typescript-eslint": "8.66.0",
"vitest": "^4.1.10"
},
"overrides": {
"@ngrx/signals": {
"@angular/common": "$@angular/common",
"@angular/core": "$@angular/core"
}
},
"allowScripts": {
"@azure/msal-node-extensions": true,
"@azure/msal-node-runtime": true,
"@microsoft/m365agentstoolkit-cli": true,
"@parcel/watcher": true,
"esbuild": true,
"keytar": true,
"lefthook": true,
"lmdb": true,
"msgpackr-extract": true,
"fsevents": true
}
}