-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 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
42
43
44
45
46
47
48
{
"name": "picture-bed",
"version": "0.0.0",
"private": "false",
"author": {
"name": "yangs",
"email": "2048400850@qq.com"
},
"description": "免费的Git图床",
"keywords": [
"图床",
"Github",
"Gitee"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"build:dev": "vite build --mode development",
"build:pro": "vite build --mode production"
},
"dependencies": {
"ali-oss": "^6.16.0",
"axios": "^0.24.0",
"crypto-js": "^4.1.1",
"hmacsha1": "^1.0.0",
"js-base64": "^3.7.2",
"naive-ui": "^2.23.2",
"pinia": "^2.0.0-rc.10",
"vfonts": "0.0.3",
"vue": "^3.2.25",
"vue-i18n": "^9.2.0-beta.26",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@types/ali-oss": "^6.16.2",
"@types/crypto-js": "^4.1.0",
"@vicons/ionicons5": "^0.11.0",
"@vicons/material": "^0.11.0",
"@vitejs/plugin-vue": "^2.0.0",
"dart-sass": "^1.25.0",
"sass": "^1.46.0",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vite-plugin-compression": "^0.4.0",
"vue-tsc": "^0.29.8"
}
}