|
12 | 12 | "start:simple": "cross-env NODE_ENV=development node build/scripts/start",
|
13 | 13 | "lint": "eslint .",
|
14 | 14 | "lint:fix": "npm run lint -- --fix",
|
15 |
| - "format": "prettier --single-quote --no-semi --trailing-comma none --write \"src/**/*.js\"" |
| 15 | + "format": "prettier --single-quote --no-semi --trailing-comma none --write \"src/**/*.js\"", |
| 16 | + "prepush": "npm run lint" |
16 | 17 | },
|
17 | 18 | "repository": {
|
18 | 19 | "type": "git",
|
19 | 20 | "url": "git+https://github.com/testuser/material.git"
|
20 | 21 | },
|
| 22 | + "engines": { |
| 23 | + "node": ">=6.11.5" |
| 24 | + }, |
21 | 25 | "author": "testuser (https://github.com/testuser)",
|
22 | 26 | "license": "MIT",
|
23 | 27 | "dependencies": {
|
24 |
| - "firebase": "^5.0.1", |
25 |
| - "lodash": "^4.17.4", |
26 |
| - "material-ui": "^0.19.1", |
| 28 | + "@material-ui/core": "1.0.0", |
| 29 | + "@material-ui/icons": "1.0.0", |
| 30 | + "firebase": "^5.0.3", |
| 31 | + "lodash": "^4.17.10", |
| 32 | + "material-ui": "next", |
27 | 33 | "normalize.css": "^7.0.0",
|
28 | 34 | "object-assign": "^4.1.1",
|
29 | 35 | "promise": "^7.1.1",
|
30 |
| - "prop-types": "^15.6.1", |
31 |
| - "react": "^15.5.4", |
32 |
| - "react-dom": "^15.5.4", |
| 36 | + "prop-types": "^15.5.10", |
| 37 | + "react": "^16.3.0", |
| 38 | + "react-dom": "^16.3.0", |
33 | 39 | "react-google-button": "^0.3.0",
|
34 |
| - "react-redux": "^5.0.4", |
| 40 | + "react-redux": "^5.0.7", |
35 | 41 | "react-redux-firebase": "*",
|
36 | 42 | "react-router": "^3.0.0",
|
37 |
| - "react-tap-event-plugin": "^2.0.1", |
38 |
| - "recompose": "^0.26.0", |
| 43 | + "recompose": "^0.27.1", |
39 | 44 | "redbox-react": "^1.3.6",
|
40 |
| - "redux": "^3.6.0", |
| 45 | + "redux": "^4.0.0", |
41 | 46 | "redux-auth-wrapper": "^1.0.0",
|
42 |
| - "redux-form": "^6.6.1", |
43 |
| - "redux-form-material-ui": "^4.2.0", |
| 47 | + "redux-form": "^7.3.0", |
| 48 | + "redux-form-material-ui": "next", |
44 | 49 | "redux-thunk": "^2.2.0",
|
45 | 50 | "whatwg-fetch": "^2.0.3"
|
46 | 51 | },
|
|
75 | 80 | "eslint-plugin-react": "^7.0.1",
|
76 | 81 | "eslint-plugin-standard": "^3.0.1",
|
77 | 82 | "express": "^4.14.0",
|
78 |
| - "extract-text-webpack-plugin": "^2.1.0", |
| 83 | + "extract-text-webpack-plugin": "^3.0.0", |
79 | 84 | "figures": "^2.0.0",
|
80 | 85 | "file-loader": "^0.11.1",
|
81 | 86 | "fs-extra": "^3.0.1",
|
82 | 87 | "html-webpack-plugin": "^2.29.0",
|
83 | 88 | "husky": "^0.14.3",
|
84 | 89 | "ip": "^1.1.5",
|
85 | 90 | "node-sass": "^4.5.3",
|
86 |
| - "prettier": "^1.5.3", |
| 91 | + "prettier": "^1.12.1", |
87 | 92 | "rimraf": "^2.6.1",
|
88 | 93 | "sass-loader": "^6.0.5",
|
89 | 94 | "style-loader": "^0.17.0",
|
90 | 95 | "url-loader": "^0.5.8",
|
91 |
| - "webpack": "^2.5.1", |
| 96 | + "webpack": "^3.6.0", |
92 | 97 | "webpack-dashboard": "^0.4.0",
|
93 | 98 | "webpack-dev-middleware": "^1.11.0",
|
94 | 99 | "webpack-hot-middleware": "^2.13.2",
|
|
0 commit comments