sharded-gotify/ui/package.json

39 lines
1017 B
JSON

{
"name": "gotify-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"detect-browser": "^2.1.0",
"flux": "^3.1.3",
"material-ui": "^1.0.0-beta.35",
"material-ui-icons": "^1.0.0-beta.36",
"notifyjs": "^3.0.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-global-configuration": "^1.2.1",
"react-list": "^0.8.8",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-timeago": "^3.4.3",
"typeface-roboto": "0.0.54",
"typeface-roboto-mono": "0.0.54"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"lint": "eslint src",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.18.2",
"eslint-config-google": "^0.9.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^7.7.0"
}
}