-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 2.01 KB
/
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
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
{
"name": "office-addin-react-vite-template",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/jijinbei/Office-Addin-React-Vite-Template.git"
},
"license": "MIT",
"config": {
"app_to_debug": "powerpoint",
"app_type_to_debug": "desktop",
"dev_server_port": 3000
},
"scripts": {
"build": "tsc && vite build",
"dev": "vite --port 3000",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prettier": "office-addin-lint prettier",
"preview": "vite preview",
"start": "office-addin-debugging start src/manifest.xml",
"start:desktop": "office-addin-debugging start src/manifest.xml desktop",
"start:web": "office-addin-debugging start src/manifest.xml web",
"stop": "office-addin-debugging stop src/manifest.xml",
"validate": "office-addin-manifest validate src/manifest.xml"
},
"dependencies": {
"@fluentui/react": "^8.52.3",
"@myriaddreamin/typst-ts-renderer": "^0.5.0-rc7",
"@myriaddreamin/typst-ts-web-compiler": "^0.5.0-rc7",
"@myriaddreamin/typst.ts": "^0.5.0-rc7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/office-js": "^1.0.256",
"@types/office-runtime": "^1.0.23",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.38.0",
"eslint-plugin-office-addins": "^2.1.5",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"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",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-office-addin": "^1.0.0"
},
"prettier": "office-addin-prettier-config"
}