forked from erik-sytnyk/movies-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 974 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
33
34
{
"name": "movies-list",
"version": "0.1.0",
"private": true,
"homepage": "http://yegor-sytnyk.github.io/movies-list",
"devDependencies": {
"gh-pages": "^0.11.0"
},
"dependencies": {
"bootstrap": "^3.3.7",
"classnames": "^2.2.5",
"jquery": "^3.1.1",
"react": "^15.3.2",
"react-autobind": "^1.0.6",
"react-bootstrap": "^0.30.5",
"react-dom": "^15.3.2",
"react-scripts": "^0.7.0",
"react-select": "^1.0.0-rc.2",
"toastr": "^2.1.2"
},
"proxy": "http://localhost:4000",
"scripts": {
"server": "json-server db.json --port 4000",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"author": "",
"license": "ISC"
}