|
10 | 10 | "lint": "eslint --ext jsx --ext js .",
|
11 | 11 | "lint:fix": "npm run lint -- --fix",
|
12 | 12 | "test": "mocha-webpack --require setup-test.js --webpack-config webpack.config-test.js \"src/**/*.spec.(jsx|js)\"",
|
13 |
| - "postinstall":"npm run build", |
14 |
| - "heroku:prod:init":"git remote remove production && heroku create --remote production && heroku config:set NODE_ENV=production --remote production", |
| 13 | + "postinstall": "npm run build", |
| 14 | + "heroku:prod:init": "git remote remove production && heroku create --remote production && heroku config:set NODE_ENV=production --remote production", |
15 | 15 | "heroku:dev:init": "git remote remove dev && heroku create --remote dev && heroku config:set NODE_ENV=development NPM_CONFIG_PRODUCTION=false --remote dev",
|
16 |
| - "heroku:staging:init": "git remote remove staging && heroku create --remote staging && heroku config:set NODE_ENV=staging --remote staging", |
| 16 | + "heroku:staging:init": "git remote remove staging && heroku create --remote staging && heroku config:set NODE_ENV=staging --remote staging", |
17 | 17 | "heroku:test:init": "git remote remove test && heroku create --remote test && heroku config:set NODE_ENV=test --remote test",
|
18 |
| - "heroku:prod:deploy":"git push production master", |
19 |
| - "heroku:dev:deploy":"git push dev master", |
20 |
| - "heroku:staging:deploy":"git push staging master", |
21 |
| - "heroku:test:deploy":"git push test master" |
| 18 | + "heroku:prod:deploy": "git push production master", |
| 19 | + "heroku:dev:deploy": "git push dev master", |
| 20 | + "heroku:staging:deploy": "git push staging master", |
| 21 | + "heroku:test:deploy": "git push test master" |
22 | 22 | },
|
23 | 23 | "author": "",
|
24 | 24 | "license": "MIT",
|
|
44 | 44 | "cross-env": "^3.1.2",
|
45 | 45 | "css-loader": "^0.23.0",
|
46 | 46 | "dateformat": "^2.0.0",
|
| 47 | + "dotenv": "^2.0.0", |
| 48 | + "dotenv-webpack": "^1.3.1", |
47 | 49 | "express": "^4.14.0",
|
48 | 50 | "extract-text-webpack-plugin": "^1.0.1",
|
49 | 51 | "file-loader": "^0.9.0",
|
|
65 | 67 | "rc-tooltip": "^3.4.2",
|
66 | 68 | "react": "^15.3.2",
|
67 | 69 | "react-breadcrumbs": "^1.5.1",
|
68 |
| - "react-count-down": "^1.0.3", |
69 | 70 | "react-click-outside": "^2.2.0",
|
| 71 | + "react-count-down": "^1.0.3", |
70 | 72 | "react-css-modules": "^3.7.10",
|
71 | 73 | "react-date-picker": "^5.3.28",
|
72 | 74 | "react-dom": "^15.3.2",
|
| 75 | + "react-dropdown": "^1.2.0", |
73 | 76 | "react-flexbox-grid": "^0.10.2",
|
74 | 77 | "react-google-maps": "^6.0.1",
|
75 |
| - "react-dropdown": "^1.2.0", |
| 78 | + "react-highcharts": "^11.0.0", |
76 | 79 | "react-icheck": "^0.3.6",
|
77 | 80 | "react-input-range": "^0.9.3",
|
78 |
| - "react-highcharts": "^11.0.0", |
| 81 | + "react-modal": "^1.5.2", |
79 | 82 | "react-redux": "^4.0.0",
|
80 | 83 | "react-redux-toastr": "^4.2.2",
|
81 | 84 | "react-router": "^2.8.1",
|
|
84 | 87 | "react-simple-dropdown": "^1.1.5",
|
85 | 88 | "react-slick": "^0.14.5",
|
86 | 89 | "react-star-rating-component": "^1.2.2",
|
87 |
| - "react-timeago": "^3.1.3", |
88 | 90 | "react-tabs": "^0.8.2",
|
| 91 | + "react-timeago": "^3.1.3", |
89 | 92 | "reactable": "^0.14.1",
|
90 | 93 | "redbox-react": "^1.2.10",
|
91 | 94 | "redux": "^3.0.0",
|
|
95 | 98 | "redux-logger": "^2.6.1",
|
96 | 99 | "redux-thunk": "^2.0.0",
|
97 | 100 | "sass-loader": "^4.0.0",
|
98 |
| - "socket.io-client": "^1.7.1", |
99 | 101 | "slick-carousel": "^1.6.0",
|
| 102 | + "socket.io-client": "^1.7.1", |
100 | 103 | "style-loader": "^0.13.0",
|
101 | 104 | "superagent": "^2.3.0",
|
102 | 105 | "superagent-promise": "^1.1.0",
|
|
0 commit comments