1{
2 "name": "gotify-ui",
3 "version": "0.2.0",
4 "private": true,
5 "homepage": ".",
6 "proxy": "http://localhost:80",
7 "dependencies": {
8 "@material-ui/core": "^4.11.4",
9 "@material-ui/icons": "^4.9.1",
10 "axios": "^0.21.1",
11 "codemirror": "^5.61.1",
12 "detect-browser": "^5.2.0",
13 "js-base64": "^3.6.1",
14 "mobx": "^5.15.6",
15 "mobx-react": "^6.3.0",
16 "mobx-utils": "^5.6.1",
17 "notifyjs": "^3.0.0",
18 "prop-types": "^15.6.2",
19 "react": "^16.4.2",
20 "react-codemirror2": "^7.2.1",
21 "react-dom": "^16.4.2",
22 "react-infinite": "^0.13.0",
23 "react-markdown": "^6.0.2",
24 "react-router": "^5.2.0",
25 "react-router-dom": "^5.2.0",
26 "react-timeago": "^6.2.1",
27 "remark-gfm": "^1.0.0",
28 "remove-markdown": "^0.3.0",
29 "typeface-roboto": "1.1.13"
30 },
31 "scripts": {
32 "start": "react-scripts start",
33 "build": "react-scripts build",
34 "test": "react-scripts test --env=node",
35 "eject": "react-scripts eject",
36 "lint": "eslint \"src/**/*.{ts,tsx}\"",
37 "format": "prettier \"src/**/*.{ts,tsx}\" --write",
38 "testformat": "prettier \"src/**/*.{ts,tsx}\" --list-different"
39 },
40 "devDependencies": {
41 "@types/codemirror": "5.60.0",
42 "@types/detect-browser": "^4.0.0",
43 "@types/get-port": "^4.0.0",
44 "@types/jest": "^26.0.23",
45 "@types/js-base64": "^3.3.1",
46 "@types/node": "^15.12.2",
47 "@types/notifyjs": "^3.0.2",
48 "@types/puppeteer": "^5.4.3",
49 "@types/react": "^16.9.49",
50 "@types/react-dom": "^16.9.8",
51 "@types/react-infinite": "0.0.35",
52 "@types/react-router-dom": "^5.1.7",
53 "@types/remove-markdown": "^0.3.0",
54 "@types/rimraf": "^3.0.0",
55 "@typescript-eslint/eslint-plugin": "^4.1.0",
56 "@typescript-eslint/parser": "^4.1.0",
57 "eslint-config-prettier": "^6.11.0",
58 "eslint-plugin-import": "^2.22.0",
59 "eslint-plugin-jest": "^24.0.0",
60 "eslint-plugin-prefer-arrow": "^1.2.2",
61 "eslint-plugin-react": "^7.20.6",
62 "eslint-plugin-unicorn": "^21.0.0",
63 "get-port": "^5.1.1",
64 "prettier": "^2.3.1",
65 "puppeteer": "^10.0.0",
66 "react-scripts": "^4.0.3",
67 "rimraf": "^3.0.2",
68 "tree-kill": "^1.2.0",
69 "typescript": "4.0.2",
70 "wait-on": "^5.3.0"
71 },
72 "eslintConfig": {
73 "extends": "react-app"
74 },
75 "browserslist": {
76 "production": [
77 ">0.2%",
78 "not dead",
79 "not op_mini all"
80 ],
81 "development": [
82 "last 1 chrome version",
83 "last 1 firefox version",
84 "last 1 safari version"
85 ]
86 }
87}