forked from udacity/reactnd-project-myreads-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.25 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
51
52
53
54
{
"name": "my-reads",
"author": "Alberto Ivo Vieira",
"email": "[email protected]",
"version": "0.10.0",
"homepage": "https://my-reads-udacity.firebaseapp.com",
"description": "",
"keywords": [
"react",
"udacity",
"nanodegree"
],
"repository": {
"type": "git",
"url": "https://github.com/albertoivo/my-reads-reactnd"
},
"contributors": [
{
"name": "Alberto Ivo Vieira",
"url": "http://albertoivo.github.io",
"email": "[email protected]"
}
],
"license": "SEE LICENSE FILE",
"dependencies": {
"firebase": "^9.17.1",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-router-dom": "^6.8.1",
"react-scripts": "5.0.1",
"react-simple-star-rating": "^5.1.7",
"react-spinners": "^0.13.8",
"react-throttle": "^0.3.0",
"react-toastify": "^9.1.1",
"web-vitals": "^3.1.1"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}