-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 1.95 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
{
"name": "@maxwell-zhai/easyfront",
"version": "1.1.4",
"description": "一站式代码工程规范工具",
"keywords": [
"frontend",
"engineering",
"code-quality",
"linting",
"eslint",
"prettier",
"stylelint",
"code-style",
"commitizen",
"husky",
"commit-hooks",
"version-control",
"release",
"configuration",
"tooling",
"workflow"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"package.json",
"README.md"
],
"repository": {
"url": "https://github.com/maxwell-Zhai/EasyFront_Code"
},
"scripts": {
"prepare": "husky",
"build": "tsc",
"lint-commit": "easyfront commitlint",
"commit": "easyfront commit",
"release": "easyfront release"
},
"bin": {
"easyfront": "dist/cli.js"
},
"author": "maxwell-zhai",
"contributors": [
"siroi"
],
"license": "MIT",
"dependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/lint": "19.2.2",
"@commitlint/types": "^17",
"@gitmoji/commit-types": "^1.1.5",
"@gitmoji/parser-opts": "^1.4.0",
"@release-it/conventional-changelog": "7.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"chalk": "4.1.2",
"commander": "^12.1.0",
"commitizen": "^4.3.0",
"commitlint-config-gitmoji": "^2.3.1",
"commitlint-plugin-gitmoji": "^2.2.6",
"eslint": "8.49.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"prettier": "^3.3.2",
"release-it": "^17.6.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-less": "^3.0.1",
"typescript": "^5.5.3",
"word-wrap": "^1.2.5",
"@types/glob": "^8.1.0",
"conventional-changelog-gitmoji-config": "^1.5.2"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/glob": "^8.1.0",
"@types/node": "^20.14.11"
}
}