Update to material-ui 1.0 beta
This commit is contained in:
parent
48a96b57fa
commit
bef07649d0
14 changed files with 1164 additions and 395 deletions
10
package.json
10
package.json
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "reacttest",
|
||||
"name": "spacemap",
|
||||
"version": "1.0.0",
|
||||
"author": "uwap <me@uwap.name>",
|
||||
"description": "react",
|
||||
"author": "uwap <me+spacemap.package.json@uwap.name>",
|
||||
"description": "control devices via mqtt on a beautiful map of your space",
|
||||
"scripts": {
|
||||
"build": "webpack --bail",
|
||||
"watch": "webpack --watch"
|
||||
|
|
@ -10,7 +10,8 @@
|
|||
"dependencies": {
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"leaflet": "^1.2.0",
|
||||
"material-ui": "^0.18.7",
|
||||
"material-ui": "next",
|
||||
"material-ui-old": "npm:material-ui@latest",
|
||||
"mqtt": "^2.11.0",
|
||||
"ramda": "^0.24.1",
|
||||
"react": "^15.6.1",
|
||||
|
|
@ -26,6 +27,7 @@
|
|||
"babel-preset-react": "^6.24.1",
|
||||
"flow": "^0.2.3",
|
||||
"flow-bin": "^0.50.0",
|
||||
"flow-typed": "^2.2.1",
|
||||
"webpack": "^3.1.0",
|
||||
"webpack-shell-plugin": "^0.5.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue