-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 848 Bytes
/
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
{
"name": "cra-template-hyan",
"version": "0.1.1",
"description": "My personal template for Create React App.",
"keywords": [
"react",
"create-react-app",
"template",
"typescript",
"ky",
"husky",
"eslint",
"react query",
"mirage",
"prettier",
"sanitize",
"storybook",
"stylelint",
"typescript",
"commitlint",
"hot",
"loader",
"snap",
"helmet",
"router",
"bundle",
"rewired",
"analyzer",
"testing-library"
],
"main": "template.json",
"repository": {
"type": "git",
"url": "https://github.com/hyanmandian/cra-template-hyan.git",
"directory": "cra-template-hyan"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hyanmandian/cra-template-hyan/issues"
},
"files": [
"template",
"template.json"
]
}