WordClockESP/interface/package.json

29 lines
801 B
JSON
Raw Normal View History

{
2018-02-26 22:57:09 +00:00
"name": "esp8266-react",
"version": "0.1.0",
"private": true,
"dependencies": {
2018-09-14 14:40:15 +00:00
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^1.1.1",
"compression-webpack-plugin": "^1.1.12",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-form-validator-core": "^0.3.0",
2018-09-14 14:40:15 +00:00
"react-material-ui-form-validator": "^2.0.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.0.17"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build && rm -rf ../data/www && cp -r build ../data/www",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
2018-09-14 14:40:15 +00:00
"react-app-rewired": "^1.6.2"
}
}