aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/package.json
blob: 0796ec189effec98749a75405f6291f50ec401d6 (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://timeline.crupest.life",
  "keywords": [],
  "description": "Timeline app.",
  "dependencies": {
    "@microsoft/signalr": "^5.0.7",
    "@popperjs/core": "^2.9.2",
    "axios": "^0.21.1",
    "bootstrap": "^5.0.2",
    "bootstrap-icons": "^1.5.0",
    "classnames": "^2.3.1",
    "color": "^3.1.3",
    "core-js": "^3.15.2",
    "i18next": "^20.3.2",
    "i18next-browser-languagedetector": "^6.1.2",
    "js-base64": "^3.6.1",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "pepjs": "^0.5.3",
    "react": "^17.0.1",
    "react-color": "^2.19.3",
    "react-dom": "^17.0.2",
    "react-i18next": "^11.11.1",
    "react-popper": "^2.2.5",
    "react-responsive": "^8.2.0",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0",
    "react-transition-group": "^4.4.2",
    "regenerator-runtime": "^0.13.7",
    "remarkable": "^2.0.1",
    "rxjs": "^7.2.0",
    "workbox-cacheable-response": "^6.1.5",
    "workbox-expiration": "^6.1.2",
    "workbox-precaching": "^6.1.0",
    "workbox-routing": "^6.1.5",
    "workbox-strategies": "^6.1.0",
    "workbox-window": "^6.1.1",
    "xregexp": "^5.0.2"
  },
  "scripts": {
    "start": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "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": {
    "@types/color": "^3.0.1",
    "@types/lodash": "^4.14.170",
    "@types/node": "^16.0.0",
    "@types/react": "^17.0.13",
    "@types/react-color": "^3.0.4",
    "@types/react-dom": "^17.0.8",
    "@types/react-responsive": "^8.0.2",
    "@types/react-router": "^5.1.15",
    "@types/react-router-dom": "^5.1.7",
    "@types/react-transition-group": "^4.4.1",
    "@types/remarkable": "^2.0.2",
    "@typescript-eslint/eslint-plugin": "^4.28.2",
    "@typescript-eslint/parser": "^4.28.2",
    "@vitejs/plugin-react-refresh": "^1.3.5",
    "eslint": "^7.30.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "prettier": "^2.3.2",
    "typescript": "^4.3.5",
    "vite": "^2.4.1",
    "vite-plugin-pwa": "^0.8.1"
  }
}