forked from anghunk/linuxdo-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 690 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 690 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
{
"name": "linuxdo-scripts",
"version": "0.3.63",
"author": "dlzmoe",
"description": "An enhanced script for the linux.do forum",
"type": "module",
"license": "Apache-2.0",
"scripts": {
"dev": "vite --mode development",
"build": "vite build && py build.py",
"preview": "vite preview"
},
"dependencies": {
"jquery": "^3.7.1",
"marked": "^14.1.1",
"pangu": "^4.0.7",
"pinyin-pro": "^3.26.0",
"vue": "^3.4.27",
"webdav": "^5.7.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"less": "^4.1.0",
"less-loader": "^8.0.0",
"style-loader": "^2.0.0",
"vite": "^5.2.12",
"vite-plugin-monkey": "^4.0.0"
}
}