summary refs log tree commit diff
path: root/pkgs/servers/gotify/package.json
blob: 1c84de17f46387e7e5b91d0d236551ceae5f23b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "name": "gotify-ui",
  "version": "0.2.0",
  "private": true,
  "homepage": ".",
  "dependencies": {
    "@material-ui/core": "^4.4.3",
    "@material-ui/icons": "^4.4.3",
    "axios": "^0.19.0",
    "codemirror": "^5.43.0",
    "detect-browser": "^3.0.0",
    "js-base64": "^2.5.1",
    "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-codemirror2": "^5.1.0",
    "react-dom": "^16.4.2",
    "react-infinite": "^0.13.0",
    "react-markdown": "^4.0.6",
    "react-router": "^4.3.1",
    "react-router-dom": "^4.3.1",
    "react-timeago": "^4.1.9",
    "remove-markdown": "^0.3.0",
    "typeface-roboto": "0.0.54"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=node",
    "eject": "react-scripts eject",
    "lint": "tslint --project .",
    "lintfix": "tslint --fix --project .",
    "format": "prettier \"src/**/*.{ts,tsx}\" --write",
    "testformat": "prettier \"src/**/*.{ts,tsx}\" --list-different"
  },
  "devDependencies": {
    "@types/codemirror": "0.0.71",
    "@types/detect-browser": "^2.0.1",
    "@types/get-port": "^4.0.0",
    "@types/jest": "^23.3.1",
    "@types/js-base64": "^2.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/remove-markdown": "^0.1.1",
    "@types/rimraf": "^2.0.2",
    "get-port": "^4.0.0",
    "prettier": "^1.14.2",
    "puppeteer": "^1.8.0",
    "react-scripts": "3.1.1",
    "rimraf": "^2.6.2",
    "tree-kill": "^1.2.0",
    "tslint": "^5.20.0",
    "tslint-sonarts": "^1.7.0",
    "typescript": "3.6.2",
    "wait-on": "^3.0.1"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}