-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.22 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.22 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
{
"name": "usable-excel",
"version": "1.0.0",
"description": "Usable Chat Excel Add-In — AI-powered Excel assistant via embedded chat",
"scripts": {
"build": "webpack --mode production",
"dev-server": "webpack serve --mode development",
"start": "office-addin-debugging start manifest.xml",
"stop": "office-addin-debugging stop manifest.xml",
"validate": "office-addin-manifest validate manifest.xml",
"gen-certs": "office-addin-dev-certs install"
},
"dependencies": {
"@fluentui/react-components": "^9.54.0",
"@microsoft/office-js": "^1.1.87",
"core-js": "^3.37.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"regenerator-runtime": "^0.14.1"
},
"devDependencies": {
"@types/office-js": "^1.0.403",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/webpack-env": "^1.18.5",
"copy-webpack-plugin": "^12.0.2",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"office-addin-debugging": "^5.1.0",
"office-addin-dev-certs": "^1.11.0",
"office-addin-manifest": "^2.1.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}