-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.61 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.61 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
{
"name": "office-excel",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"install:ng:certs": "node ./node-cmds/certs.js",
"postinstall": "npm run install:ng:certs",
"prepare": "node ./node-cmds/prepare.js",
"dev-server": "ng serve",
"start": "office-addin-debugging start manifest.xml",
"start:desktop": "office-addin-debugging start manifest.xml desktop",
"start:desktop:outlook": "office-addin-debugging start manifest.outlook.xml desktop --app outlook",
"start:web": "office-addin-debugging start manifest.xml web",
"build": "ng build && npm run prepare",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"dependencies": {
"@angular/animations": "^14.1.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.1.0",
"@angular/compiler": "^14.1.0",
"@angular/core": "^14.1.0",
"@angular/forms": "^14.1.0",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.1.0",
"@angular/platform-browser-dynamic": "^14.1.0",
"@angular/router": "^14.1.0",
"@ngjoy/mat-xtnd": "^14.2.0",
"@ngxs/devtools-plugin": "^3.8.1",
"@ngxs/router-plugin": "^3.8.1",
"@ngxs/store": "^3.8.1",
"core-js": "^3.9.1",
"regenerator-runtime": "^0.13.7",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^14.0.1",
"@angular-devkit/build-angular": "^14.1.1",
"@angular/cli": "~14.1.1",
"@angular/compiler-cli": "^14.1.0",
"@types/jasmine": "~4.0.0",
"@types/office-js": "^1.0.256",
"@types/office-runtime": "^1.0.23",
"acorn": "^8.5.0",
"babel-loader": "^8.2.2",
"browser-sync": "^2.29.3",
"copy-webpack-plugin": "^9.0.1",
"eslint-plugin-office-addins": "^2.1.5",
"file-loader": "^6.2.0",
"fs": "^0.0.1-security",
"html-loader": "^4.1.0",
"html-webpack-plugin": "^5.5.0",
"jasmine-core": "~4.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ncp": "^2.0.0",
"office-addin-cli": "^1.5.5",
"office-addin-debugging": "^5.0.5",
"office-addin-dev-certs": "^1.11.3",
"office-addin-lint": "^2.2.5",
"office-addin-manifest": "^1.12.3",
"office-addin-prettier-config": "^1.2.0",
"os-browserify": "^0.3.0",
"path": "^0.12.7",
"process": "^0.11.10",
"source-map-loader": "^3.0.0",
"ts-loader": "^9.4.1",
"typescript": "~4.7.2",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "4.13.1"
}
}