- Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
24 lines (24 loc) · 587 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 587 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
{
"name": "react_demo",
"version": "1.1.1",
"description": "react 逐行源码分析",
"main": "react-dom.15.5.4.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qq281113270/react.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/qq281113270/react/issues"
},
"homepage": "https://github.com/qq281113270/react#readme",
"devDependencies": {
"js-beautify": "^1.10.3",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}