-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 928 Bytes
/
package.json
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
{
"name": "excite",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "yarn build && vite preview",
"sideload": "office-addin-debugging start manifest.xml --app excel",
"install-certs": "office-addin-dev-certs install"
},
"dependencies": {
"vue": "^3.2.25"
},
"devDependencies": {
"@types/custom-functions-runtime": "^1.6.4",
"@types/node": "^18.7.22",
"@types/office-js": "^1.0.266",
"@vitejs/plugin-vue": "^3.1.0",
"custom-functions-metadata": "^1.2.9",
"office-addin-debugging": "^4.3.14",
"office-addin-dev-certs": "^1.7.10",
"office-addin-dev-settings": "^1.11.4",
"office-addin-manifest": "^1.8.1",
"typescript": "^4.5.4",
"vite": "^3.1.3",
"vite-plugin-custom-functions-metadata": "^1.0.1",
"vite-plugin-office-addin": "^1.0.0",
"vue-tsc": "^0.34.7"
}
}