-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 966 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 966 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
{
"name": "learning-react",
"version": "1.0.0",
"private": true,
"description": "Learning React topic by topic: elements, components, props, local state, controlled components, lifecycle, conditional rendering, Redux, unit tests, Webpack and a full client app.",
"keywords": [
"react",
"redux",
"webpack",
"notes",
"tutorial"
],
"license": "MIT",
"scripts": {
"test": "node scripts/check-snippets.mjs && node scripts/check-links.mjs",
"test:snippets": "node scripts/check-snippets.mjs",
"test:links": "node scripts/check-links.mjs",
"test:links:external": "node scripts/check-links.mjs --external"
},
"devDependencies": {
"@babel/parser": "7.9.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alpersonalwebsite/react.git"
},
"bugs": {
"url": "https://github.com/alpersonalwebsite/react/issues"
},
"homepage": "https://github.com/alpersonalwebsite/react#readme"
}