forked from udacity/reactnd-project-myreads-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "my-reads",
"author": {
"name": "Crispim",
"email": "[email protected]"
},
"homepage": "https://IgorCRD.github.io/myReads/",
"version": "1.0.0",
"private": true,
"dependencies": {
"font-awesome": "^4.7.0",
"loaders.css": "^0.1.2",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-block-ui": "^1.1.1",
"react-debounce-input": "^3.1.0",
"react-dom": "^15.5.4",
"react-dragula": "^1.1.17",
"react-loaders": "^3.0.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"reapop": "^1.1.4",
"reapop-theme-wybo": "^0.4.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"gh-pages": "^1.1.0",
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "https://github.com/IgorCRD/reactnd-project-myreads-starter.git"
}
}