47 lines
1.3 KiB
JSON
47 lines
1.3 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.15.1",
|
|
"react-timeago": "^3.4.3",
|
|
"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/jest": "^22.2.3",
|
|
"@types/node": "^9.6.5",
|
|
"@types/notifyjs": "^1.2.30",
|
|
"@types/react": "^16.4.11",
|
|
"@types/react-dom": "^16.0.7",
|
|
"@types/react-list": "^0.8.4",
|
|
"@types/react-router-dom": "^4.3.0",
|
|
"prettier": "^1.14.2",
|
|
"typescript": "^2.8.1"
|
|
}
|
|
}
|