-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.79 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "typst-webresume",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@fireflysemantics/join": "^1.0.14",
"@myriaddreamin/typst-ts-renderer": "file:./lib/myriaddreamin-typst-ts-renderer-v0.6.1-rc3.tgz",
"@myriaddreamin/typst-ts-web-compiler": "file:./lib/myriaddreamin-typst-ts-web-compiler-v0.6.1-rc3.tgz",
"@myriaddreamin/typst.ts": "file:./lib/myriaddreamin-typst.ts-v0.6.1-rc3.tgz",
"@myriaddreamin/typst.vue3": "file:./lib/myriaddreamin-typst.vue3-v0.6.1-rc3.tgz",
"@tailwindcss/vite": "^4.1.13",
"@vueuse/core": "^13.9.0",
"element-plus": "^2.11.3",
"localforage": "^1.10.0",
"lodash.debounce": "^4.0.8",
"pako": "^2.1.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"tailwindcss": "^4.1.13",
"vue": "^3.5.18",
"vue-eslint-parser": "^10.2.0",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/lodash.debounce": "^4",
"@types/node": "^22.16.5",
"@types/pako": "^2",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.31.0",
"eslint-plugin-vue": "~10.3.0",
"jiti": "^2.4.2",
"npm-run-all2": "^8.0.4",
"prettier": "3.6.2",
"typescript": "~5.8.0",
"vite": "^7.0.6",
"vite-plugin-vue-devtools": "^8.0.0",
"vue-tsc": "^3.0.4"
},
"packageManager": "yarn@4.10.2"
}