-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.24 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.24 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
{
"name": "typst-ppt-addin",
"version": "1.0.0",
"packageManager": "npm@11.6.2",
"scripts": {
"dev": "vite --config .config/vite.config.js",
"build": "vite build --config .config/vite.config.js",
"start": "office-addin-debugging start manifest.xml desktop",
"stop": "office-addin-debugging stop manifest.xml",
"validate": "office-addin-manifest validate manifest.xml",
"validate-prod": "office-addin-manifest validate -p manifest.prod.xml",
"generate-prod-manifest": "sed 's|https://localhost:3155/pptypst/|https://splines.github.io/pptypst/|g' manifest.xml > manifest.prod.xml"
},
"devDependencies": {
"@eslint/css": "^0.14.1",
"@html-eslint/eslint-plugin": "^0.52.1",
"@stylistic/eslint-plugin": "^5.7.0",
"@types/office-js": "^1.0.568",
"eslint": "^9.39.2",
"globals": "^17.0.0",
"http-server": "^14.1.1",
"office-addin-debugging": "^6.0.4",
"office-addin-dev-settings": "^3.0.4",
"office-addin-manifest": "^2.1.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.0",
"vite": "^7.3.1"
},
"dependencies": {
"@myriaddreamin/typst-ts-renderer": "^0.7.0-rc2",
"@myriaddreamin/typst-ts-web-compiler": "^0.7.0-rc2",
"@myriaddreamin/typst.ts": "^0.7.0-rc2"
}
}