This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
88 lines (88 loc) · 2.77 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "innenu-miniapp",
"version": "5.1.0",
"private": true,
"homepage": "https://mrhope.site",
"bugs": {
"url": "https://github.com/Mister-Hope/inNENU/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mister-Hope/inNENU.git"
},
"license": "Mr.Hope LICENSE",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mrhope.site"
},
"workspaces": [
"app/",
"server/"
],
"scripts": {
"build:qq": "gulp buildQQ",
"build:qy": "gulp buildNenuyouth",
"build:wx": "gulp buildWechat",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2",
"clean": "node scripts/del.js",
"commit": "git cz",
"dev:qq": "gulp watchQQ",
"dev:qy": "gulp watchNenuyouth",
"dev:wx": "gulp watchWechat",
"lint": "pnpm lint:prettier --write && pnpm lint:wxs --write && pnpm lint:wxml --write && pnpm lint:eslint --fix && pnpm lint:stylelint --fix",
"lint:check": "pnpm lint:prettier && pnpm lint:wxs && pnpm lint:wxml && pnpm lint:eslint && pnpm lint:stylelint",
"lint:eslint": "eslint --ext .ts,.wxs .",
"lint:prettier": "prettier --check .",
"lint:stylelint": "stylelint **/*.scss",
"lint:wxml": "prettier --check --parser html **/*.wxml",
"lint:wxs": "prettier --check --parser babel-flow **/*.wxs",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix",
"*.{js,ts,json,yaml,yml,md}": "prettier --write",
"*.wxss": "stylelint --fix",
"*.wxml": "prettier --parser html --write",
"*.wxs": "prettier --parser babel-flow --write",
"package.json": "sort-package-json"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@mptool/enhance": "0.0.1-beta.1",
"@mptool/file": "0.0.1-beta.1"
},
"devDependencies": {
"@mr-hope/gulp-sass": "3.1.1",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"conventional-changelog-cli": "2.2.2",
"cz-conventional-changelog": "3.3.0",
"del": "7.0.0",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"gulp": "4.0.2",
"gulp-rename": "2.0.0",
"gulp-sourcemaps": "3.0.0",
"gulp-typescript": "6.0.0-alpha.1",
"husky": "8.0.2",
"lint-staged": "13.0.3",
"miniprogram-api-typings": "3.6.0",
"npm-check-updates": "16.3.18",
"postcss": "8.4.18",
"prettier": "2.7.1",
"sort-package-json": "1.57.0",
"stylelint": "14.9.1",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard": "26.0.0",
"stylelint-config-standard-scss": "5.0.0",
"stylelint-order": "5.0.0",
"typescript": "4.7.4"
},
"packageManager": "pnpm@7.14.2"
}