forked from sandeep/photosearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 930 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
35
{
"name": "searcher",
"version": "0.1.0",
"private": true,
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"jquery": true
},
"dependencies": {
"lodash.identity": "^3.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-lazy-load": "^3.0.12",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-scroll-pagination": "^0.1.9",
"redux": "^3.6.0"
},
"devDependencies": {
"elasticsearch": "^13.0.1",
"gh-pages": "^1.0.0",
"react-dev-utils": "^3.0.0",
"react-scripts": "1.0.5"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}