-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 857 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
{
"name": "exceladdin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"debug": "office-addin-debugging start public/ExcelAddin/manifest.xml",
"nginx": "office-addin-debugging start public/ExcelAddin/manifest.nginx.xml",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.29"
},
"devDependencies": {
"@types/custom-functions-runtime": "^1.6.8",
"@types/office-js": "^1.0.396",
"@vitejs/plugin-vue": "^5.0.5",
"babel-loader": "^9.1.3",
"custom-functions-metadata": "^1.7.0",
"office-addin-debugging": "^5.1.3",
"office-toolbox": "^0.3.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
}
}