-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 842 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
36
{
"name": "huli.li",
"version": "1.3.1",
"description": "狐狸狸的小窝,试手Vue-ts",
"homepage": "https://huli.li",
"author": {
"name": "Orangii|橙梓",
"email": "[email protected]",
"url": "https://orangii.cn/"
},
"repository": {
"type": "git",
"url": "https://github.com/Jiaocz/huli.li"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"jquery": "^3.7.0",
"qweather-icons": "^1.3.3",
"vue": "^3.3.4"
},
"devDependencies": {
"@babel/types": "^7.22.5",
"@types/jquery": "^3.5.16",
"@vitejs/plugin-vue": "^2.3.4",
"sass": "^1.63.3",
"typescript": "^5.1.3",
"vite": "^2.7.2",
"vue-tsc": "^1.6.5"
}
}