aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/package.json
blob: 672115856997746428f5d580aebfb208589d8578 (plain)
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
{
  "name": "timeline",
  "version": "0.4.0",
  "private": true,
  "homepage": "https://crupest.space",
  "keywords": [],
  "description": "Timeline app.",
  "type": "module",
  "dependencies": {
    "@microsoft/signalr": "^7.0.0",
    "@popperjs/core": "^2.11.6",
    "axios": "^1.1.3",
    "bootstrap": "^5.2.2",
    "bootstrap-icons": "^1.9.1",
    "classnames": "^2.3.2",
    "color": "^4.2.3",
    "core-js": "^3.26.0",
    "i18next": "^22.0.3",
    "i18next-browser-languagedetector": "^7.0.0",
    "js-base64": "^3.7.2",
    "lodash": "^4.17.21",
    "marked": "^4.1.1",
    "moment": "^2.29.4",
    "pepjs": "^0.5.3",
    "react": "^18.2.0",
    "react-color": "^2.19.3",
    "react-dom": "^18.2.0",
    "react-i18next": "^12.0.0",
    "react-popper": "^2.3.0",
    "react-responsive": "^9.0.0",
    "react-router-dom": "^6.4.2",
    "react-transition-group": "^4.4.5",
    "regenerator-runtime": "^0.13.10",
    "rxjs": "^7.5.7",
    "workbox-cacheable-response": "^6.5.4",
    "workbox-expiration": "^6.5.4",
    "workbox-precaching": "^6.5.4",
    "workbox-routing": "^6.5.4",
    "workbox-strategies": "^6.5.4",
    "workbox-window": "^6.5.4",
    "xregexp": "^5.1.1"
  },
  "scripts": {
    "start": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "type-check": "tsc",
    "lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx",
    "lint:fix": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx --fix"
  },
  "devDependencies": {
    "@tsconfig/vite-react": "^1.0.1",
    "@types/color": "^3.0.3",
    "@types/lodash": "^4.14.186",
    "@types/marked": "^4.0.7",
    "@types/node": "^18.11.7",
    "@types/react": "^18.0.24",
    "@types/react-color": "^3.0.6",
    "@types/react-dom": "^18.0.8",
    "@types/react-responsive": "^8.0.5",
    "@types/react-transition-group": "^4.4.5",
    "@typescript-eslint/eslint-plugin": "^5.41.0",
    "@typescript-eslint/parser": "^5.41.0",
    "@vitejs/plugin-react": "^2.2.0",
    "eslint": "^8.26.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.10",
    "eslint-plugin-react-hooks": "^4.6.0",
    "prettier": "^2.7.1",
    "typescript": "^4.8.4",
    "vite": "^4.0.0",
    "vite-plugin-pwa": "^0.13.1"
  }
}