-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 731 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 731 Bytes
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-antd-admin",
"version": "1.0.1",
"keywords": [
"react",
"admin",
"admin panel",
"create-react-app",
"template",
"typescript",
"antd",
"ant design",
"ant-design",
"styled-components",
"tailwind",
"tailwindcss",
"react-router",
"react-query",
"craco"
],
"description": "The antd+TS template for Create React App.",
"repository": {
"type": "git",
"url": "https://github.com/FallOutChonny/cra-template-antd-admin.git"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"bugs": {
"url": "https://github.com/FallOutChonny/cra-template-antd-admin/issues"
},
"files": [
"template",
"template.json"
]
}