-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 767 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 767 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
{
"name": "LearnReactWithTypescript",
"version": "1.0.0",
"description": "https://subscription.packtpub.com/book/web-development/9781789610253",
"main": "future.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaQadosch/LearnReactWithTypescript.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HaQadosch/LearnReactWithTypescript/issues"
},
"homepage": "https://github.com/HaQadosch/LearnReactWithTypescript#readme",
"dependencies": {
"@types/jest": "^24.0.17",
"create-react-app": "^3.1.0",
"immer": "^3.2.0",
"npm": "^6.11.3",
"react-transition-group": "^4.2.2"
}
}