Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
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.9.5",
9 "@material-ui/icons": "^4.9.1",
10 "axios": "^0.19.0",
11 "codemirror": "^5.43.0",
12 "detect-browser": "^5.1.0",
13 "js-base64": "^2.5.1",
14 "mobx": "^5.1.1",
15 "mobx-react": "^6.2.2",
16 "mobx-utils": "^5.0.2",
17 "notifyjs": "^3.0.0",
18 "prop-types": "^15.6.2",
19 "react": "^16.4.2",
20 "react-codemirror2": "^7.1.0",
21 "react-dom": "^16.4.2",
22 "react-infinite": "^0.13.0",
23 "react-markdown": "^4.0.6",
24 "react-router": "^5.1.2",
25 "react-router-dom": "^5.1.2",
26 "react-timeago": "^4.1.9",
27 "remove-markdown": "^0.3.0",
28 "typeface-roboto": "0.0.75"
29 },
30 "scripts": {
31 "start": "react-scripts start",
32 "build": "react-scripts build",
33 "test": "react-scripts test --env=node",
34 "eject": "react-scripts eject",
35 "lint": "tslint --project .",
36 "lintfix": "tslint --fix --project .",
37 "format": "prettier \"src/**/*.{ts,tsx}\" --write",
38 "testformat": "prettier \"src/**/*.{ts,tsx}\" --list-different"
39 },
40 "devDependencies": {
41 "@types/codemirror": "0.0.91",
42 "@types/detect-browser": "^4.0.0",
43 "@types/get-port": "^4.0.0",
44 "@types/jest": "^25.2.1",
45 "@types/js-base64": "^2.3.1",
46 "@types/node": "^13.13.5",
47 "@types/notifyjs": "^3.0.0",
48 "@types/puppeteer": "^2.0.1",
49 "@types/react": "^16.4.11",
50 "@types/react-dom": "^16.0.7",
51 "@types/react-infinite": "0.0.34",
52 "@types/react-router-dom": "^5.1.5",
53 "@types/remove-markdown": "^0.1.1",
54 "@types/rimraf": "^3.0.0",
55 "get-port": "^5.1.1",
56 "prettier": "^2.0.5",
57 "puppeteer": "^3.0.4",
58 "react-scripts": "^3.4.1",
59 "rimraf": "^3.0.2",
60 "tree-kill": "^1.2.0",
61 "tslint": "^6.1.2",
62 "tslint-sonarts": "^1.7.0",
63 "typescript": "3.8.3",
64 "wait-on": "^5.0.0"
65 },
66 "eslintConfig": {
67 "extends": "react-app"
68 },
69 "browserslist": {
70 "production": [
71 ">0.2%",
72 "not dead",
73 "not op_mini all"
74 ],
75 "development": [
76 "last 1 chrome version",
77 "last 1 firefox version",
78 "last 1 safari version"
79 ]
80 }
81}