sharded-gotify/ui/package.json

55 lines
1.5 KiB
JSON

{
"name": "gotify-ui",
"version": "0.2.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^2.0.3",
"axios": "^0.18.0",
"detect-browser": "^3.0.0",
"flux": "^3.1.3",
"notifyjs": "^3.0.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-list": "^0.8.10",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "2.17.0",
"react-timeago": "^4.1.9",
"typeface-roboto": "0.0.54",
"typeface-roboto-mono": "0.0.54"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"lint": "tslint --project .",
"lintfix": "tslint --fix --project .",
"format": "prettier src/**/*.{ts,tsx} --write",
"testformat": "prettier src/**/*.{ts,tsx} --list-different"
},
"devDependencies": {
"@types/detect-browser": "^2.0.1",
"@types/flux": "^3.1.7",
"@types/get-port": "^4.0.0",
"@types/jest": "^23.3.1",
"@types/node": "^10.9.0",
"@types/notifyjs": "^3.0.0",
"@types/puppeteer": "^1.6.3",
"@types/react": "^16.4.11",
"@types/react-dom": "^16.0.7",
"@types/react-list": "^0.8.4",
"@types/react-router-dom": "^4.3.0",
"@types/rimraf": "^2.0.2",
"get-port": "^4.0.0",
"prettier": "^1.14.2",
"puppeteer": "^1.8.0",
"rimraf": "^2.6.2",
"tree-kill": "^1.2.0",
"tslint-sonarts": "^1.7.0",
"typescript": "^3.0.1"
}
}