forked from zero-to-mastery/book-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
42
43
44
45
46
47
48
49
50
{
"name": "booktracker",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000/",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"bootstrap": "^4.4.1",
"hoek": "^6.1.3",
"jquery": "^3.5.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.4.1",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"tachyons": "^4.12.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": {},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}