-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 864 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
{
"name": "react-amanda",
"version": "1.0.15",
"description": "A base-architecture and some components for React",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "CYF <[email protected]>",
"homepage": "https://amanda.code-push.cn",
"repository": {
"type": "git",
"url": "git+https://github.com/caoyongfeng0214/react-amanda.git"
},
"license": "Apache-2.0",
"keywords": [
"react",
"reactjs",
"react-amanda",
"amanda",
"architecture",
"admin",
"management system"
],
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/material": "^5.10.2",
"@mui/icons-material": "^5.10.2",
"react-admin-easy-core": "^1.0.17"
}
}