forked from zero-to-mastery/book-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 KB
/
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
33
34
35
36
37
38
39
40
41
{
"name": "booktracker",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.1.2",
"@material-ui/icons": "^3.0.1",
"bootstrap": "^4.1.1",
"hoek": "^5.0.3",
"jquery": "^3.0.0",
"popper.js": "^1.14.3",
"react": "^16.4.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.1",
"reactstrap": "^5.0.0",
"redux": "^4.0.0",
"tachyons": "^4.10.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "\"Tracks the amount of books that you've read, the ones you want to read, and the progress on the ones you're reading.\"",
"main": "script.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zero-to-mastery/book-tracker.git"
},
"author": "ZTM",
"license": "MIT",
"bugs": {
"url": "https://github.com/zero-to-mastery/book-tracker/issues"
},
"homepage": "https://zero-to-mastery.github.io/book-tracker/",
"devDependencies": {}
}