-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
76 lines (76 loc) · 2.63 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
{
"name": "@zebra-ui/swiper",
"version": "3.0.2",
"description": "zebra-swiper",
"main": "index.ts",
"module": "index.ts",
"types": "index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepare": "husky",
"async-module": "node scripts/async src",
"async-readme": "node scripts/async-readme",
"lint:eslint": "eslint --cache --max-warnings 0 \"**/*.{vue,js,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
"lint:styles": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged",
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:styles",
"commit": "git status && git add . && git-cz",
"release": "node scripts/release",
"release:beta": "node scripts/release beta",
"release:prod": "node scripts/release prod",
"auto-changelog": "auto-changelog",
"docs": "pnpm --dir ./docs/zebra-swiper-docs docs:dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zebra-ui/zebra-swiper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zebra-ui/zebra-swiper/issues"
},
"homepage": "https://github.com/zebra-ui/zebra-swiper#readme",
"packageManager": "[email protected]",
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@dcloudio/types": "^3.4.8",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"auto-changelog": "^2.4.0",
"commitizen": "^4.3.0",
"cz-git": "^1.9.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.23.0",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"inquirer": "8.2.4",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"signale": "^1.4.0",
"stylelint": "^16.2.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.2.1",
"tslib": "^2.6.2",
"vue": "^3.4.21",
"vue-tsc": "^2.0.7"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"peerDependencies": {
"vue": "^3.0.0"
}
}