-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 898 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
{
"name": "@tasoskakour/cra-template-typescript",
"version": "2.0.7",
"description": "Opinionated Typescript Create React App template",
"keywords": [
"react",
"create-react-app",
"template",
"cra-template",
"typescript",
"tasoskakour",
"material-ui",
"react-router",
"eslint",
"jest",
"testing-library/react",
"zustand",
"apollo-client",
"graphql",
"google-analytics",
"pwa"
],
"homepage": "https://github.com/tasoskakour/cra-template-typescript#readme",
"bugs": {
"url": "https://github.com/tasoskakour/cra-template-typescript/issues"
},
"repository": "github:tasoskakour/cra-template-typescript",
"license": "MIT",
"author": {
"name": "Tasos Kakouris",
"email": "[email protected]",
"url": "https://tasoskakour.com"
},
"main": "template.json",
"files": [
"template",
"template.json"
],
"publishConfig": {
"access": "public"
}
}