57 lines
1.6 KiB
JSON
57 lines
1.6 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",
|
|
"mobx": "^5.1.1",
|
|
"mobx-react": "^5.2.8",
|
|
"mobx-utils": "^5.0.2",
|
|
"notifyjs": "^3.0.0",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"react-infinite": "^0.13.0",
|
|
"react-router": "^4.3.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-timeago": "^4.1.9",
|
|
"typeface-roboto": "0.0.54"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts-ts start",
|
|
"build": "react-scripts-ts build",
|
|
"postbuild": "rimraf build/**/*.map",
|
|
"test": "react-scripts-ts test",
|
|
"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/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-infinite": "0.0.33",
|
|
"@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",
|
|
"react-scripts-ts": "2.17.0",
|
|
"tree-kill": "^1.2.0",
|
|
"tslint-sonarts": "^1.7.0",
|
|
"typescript": "^3.0.1",
|
|
"wait-on": "^3.0.1"
|
|
}
|
|
}
|