-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.18 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.18 KB
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
{
"name": "miniprogram-video-swiper-kit",
"version": "1.2.0",
"description": "An out-of-box miniprogram components kit in video community scenario, such as video-swiper, slider, comments-half-dialog, tiktok-panel, wechat-channel-panel, etc.",
"miniprogram": "dist",
"repository": "https://github.com/perowong/miniprogram-video-swiper-kit",
"bugs": "",
"keywords": [],
"author": "Pero Wong <ynwangpeng@gmail.com>",
"scripts": {
"prepare": "husky install",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"pre-commit": "lint-staged",
"build": "gulp",
"build-release": "npm run build && node ./scripts/copy.js",
"build-docs": "node ./scripts/buildDocs.js",
"upgradePkgVer": "node ./scripts/upgradePkgVer.js",
"dev-tiktok-swiper": "gulp devWatch --proj=tiktok-swiper"
},
"devDependencies": {
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.4.0",
"minimist": "^1.2.6",
"miniprogram-api-typings": "^3.4.6",
"prettier": "^2.6.2",
"rollup": "^2.78.1",
"rollup-plugin-terser": "^7.0.2"
}
}