-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 900 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
32
33
34
35
{
"name": "pap",
"private": true,
"version": "0.2.17",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"element-plus": "^2.3.14",
"katex": "^0.16.9",
"md_wasm": "file:./md/md_wasm/pkg",
"sim": "file:./sim/pkg",
"pdfjs-dist": "^3.11.174",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-demi": "^0.13.11",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/katex": "^0.16.6",
"@types/node": "^20.9.2",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2",
"vue-tsc": "^1.8.5"
}
}