-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
95 lines (95 loc) · 2.83 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
89
90
91
92
93
94
95
{
"name": "@taoyage/configs",
"version": "1.3.5",
"description": "CLI toolbox for common scripts for my projects",
"scripts": {
"prepare": "husky install",
"prettier": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/taoyage/yg-configs.git"
},
"keywords": [
"babel",
"ts",
"eslint",
"husky",
"prettier"
],
"files": [
"src",
"commitlint.js",
"eslint-ts.js",
"lintstaged.js",
"prettier.js",
"postcss.js",
"shared-tsconfig.json",
"stylelint.js",
"swc-ts.js",
"babel.js",
"browserslist.js"
],
"engines": {
"node": ">= 14.20"
},
"author": "taoyage",
"license": "MIT",
"bugs": {
"url": "https://github.com/taoyage/yg-configs/issues"
},
"homepage": "https://github.com/taoyage/yg-configs#readme",
"devDependencies": {
"browserslist": ">= 4",
"husky": "^8.0.2",
"postcss": "^8.4.19",
"typescript": "*"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.17",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"lint-staged": "^13.0.3",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-image-set-polyfill": "^1.0.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.8.3",
"postcss-px2rem": "^0.3.0",
"prettier": "^2.7.1",
"react-refresh": "^0.14.0",
"stylelint": "^14.15.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-declaration-block-no-ignored-properties": "^2.6.0",
"stylelint-order": "^5.0.0",
"ts-node": "^10.9.1"
}
}