-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 859 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
{
"name": "cra-template-redux-auth-starter",
"version": "1.0.5",
"author": "Nilanth",
"keywords": [
"react",
"create-react-app",
"template",
"redux",
"redux-toolkit",
"antd",
"axios",
"SCSS",
"Code-Splitting",
"redux-saga",
"react-router",
"authentication",
"routes"
],
"description": "Create React App template with React, Redux, React Router, AntD, Axios, Saga, SASS, Authentication, Routes. No configuration required, Start building your App.",
"repository": {
"type": "git",
"url": "https://github.com/Nilanth/cra-template-redux-auth-starter",
"directory": "/"
},
"license": "MIT",
"engines": {
"node": ">=10"
},
"bugs": {
"url": "https://github.com/Nilanth/cra-template-redux-auth-starter/issues"
},
"files": [
"template",
"template.json"
]
}