-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 777 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 777 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
32
33
34
35
36
37
38
{
"name": "next-hsuc",
"version": "0.0.7",
"description": "react服务端渲染,打包文件上传到云端,提高加载速度",
"main": "index.js",
"scripts": {},
"author": "kszitt",
"license": "ISC",
"homepage": "https://github.com/kszitt/next-hsuc",
"repository": {
"type": "git",
"url": "git+https://github.com/kszitt/next-hsuc.git"
},
"keywords": [
"next",
"nextjs",
"webpack",
"cloud",
"cdn",
"oss",
"obs",
"cos",
"aliyun",
"huawei",
"tencent",
"qiniu",
"upyun"
],
"dependencies": {
"ali-oss": "^6.1.0",
"bluebird": "^3.5.3",
"cos-nodejs-sdk-v5": "^2.5.20",
"esdk-obs-nodejs": "^3.1.3",
"node-cmd": "^3.0.0",
"qiniu": "^7.3.0",
"upyun": "^3.3.11"
}
}