-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.69 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
55
56
57
58
59
60
61
{
"name": "senior-fe-nqf-challenging-accepted",
"version": "1.0.0",
"description": "just an 'onhand' the interview test",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node_modules/.bin/webpack-dev-server --progress",
"build": "react-scripts build",
"deploy": "npm build&&gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dothanhlam/senior-fe-nqf-challenging-accepted.git"
},
"keywords": [
"react",
"redux",
"redux-saga",
"google",
"firebase",
"heroku",
"interview",
"nfq"
],
"author": "Lam Do",
"license": "ISC",
"bugs": {
"url": "https://github.com/dothanhlam/senior-fe-nqf-challenging-accepted/issues"
},
"dependencies": {
"axios": "^0.18.0",
"firebase": "^5.3.0",
"react": "15.4.1",
"react-bootstrap": "^0.32.1",
"react-dom": "15.4.1",
"react-google-maps": "^9.4.5",
"react-redux": "4.4.5",
"react-router": "2.8.1",
"react-router-redux": "4.0.6",
"redux": "3.5.2",
"redux-form": "6.2.0",
"redux-saga": "^0.12.0",
"redux-saga-firebase": "^0.7.0",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"babel-plugin-transform-runtime": "6.15.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-1": "6.16.0",
"babel-core": "6.13.2",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.4",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.5.1"
},
"homepage": "https://github.com/dothanhlam/senior-fe-nqf-challenging-accepted#readme"
}