-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "cra-template-qwe",
"version": "1.2.4",
"description": "My daily use template for Create React App",
"license": "MIT",
"author": "MagnumGoYB <sosbs@outlook.com> (https://github.com/MagnumGoYB)",
"repository": {
"type": "git",
"url": "git@github.com:MagnumGoYB/cra-template-qwe.git"
},
"main": "template.json",
"files": [
"template"
],
"scripts": {
"prettier-package-json": "prettier-package-json --write"
},
"devDependencies": {
"commitlint": "^16.0.2",
"commitlint-config-gitmoji": "^2.2.5",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.7",
"prettier": "^2.5.1",
"prettier-package-json": "^2.6.0",
"pretty-quick": "^3.1.3",
"sort-package-json": "^1.53.1"
},
"keywords": [
"craco",
"create-react-app",
"eslint",
"prettier",
"react",
"template",
"typescript"
],
"engines": {
"node": ">=8"
}
}