forked from zero-to-mastery/book-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 914 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": "booktracker",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.0.0",
"react": "^16.3.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.0",
"react-scripts": "1.1.1",
"reactstrap": "^5.0.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/pamcollis/book-tracker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pamcollis/book-tracker/issues"
},
"homepage": "https://github.com/pamcollis/book-tracker#readme",
"devDependencies": {}
}