-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "@laorange/paper-assistant",
"private": false,
"author": "laorange",
"license": "AGPL-3.0",
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build --base=/paper-assistant/",
"build-single-file": "vue-tsc --noEmit && vite build --base=/paper-assistant/ --mode single-file",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.3.2",
"intro.js": "^6.0.0",
"markdown-it": "^13.0.1",
"opencc-js": "^1.0.5",
"pangu": "^4.0.7",
"pinia": "^2.0.28",
"vue": "^3.2.37",
"vue-clipboard3": "^2.0.0",
"vue3-storage": "^0.1.11",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^3.0.2",
"@types/opencc-js": "^1.0.3",
"naive-ui": "^2.32.1",
"rollup": "^3.6.0",
"sass": "^1.58.0",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.11.1",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.6",
"vite-plugin-singlefile": "^0.13.2",
"vite-plugin-vue-markdown": "^0.22.2",
"vue-tsc": "^0.39.5"
}
}