-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 793 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 793 Bytes
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
{
"name": "ispeak",
"version": "4.4.0",
"homepage": "https://www.antmoe.com/speak/",
"main": "ispeak.umd.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@waline/client": "^1.6.0",
"highlight.js": "^11.5.0",
"marked": "^4.0.12",
"vue": "^3.2.31"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@vitejs/plugin-vue": "^2.2.4",
"@vitejs/plugin-vue-jsx": "^1.3.8",
"@vue/compiler-sfc": "^3.2.31",
"naive-ui": "^2.26.4",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-external-globals": "^0.6.1",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "^1.49.9",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vue-tsc": "^0.32.1"
}
}