-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
108 lines (108 loc) · 3.51 KB
/
package.json
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "tietracker",
"version": "1.15.0",
"description": "A simple, open source and free time tracking app.",
"private": true,
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"build:pwa": "env-cmd -f .env.pwa react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier": "prettier --write 'src/**/*.{ts,js,css,html,jsx,tsx}' && prettier --write 'public/workers/**/*.{ts,js,css,html,jsx,tsx}' && prettier --write '*.md'",
"postinstall": "jetifier",
"libs": "node scripts/download-libs.mjs",
"format": "prettier --write .",
"patch": "node ./scripts/patch-cordova-plugin-badge.mjs"
},
"dependencies": {
"@awesome-cordova-plugins/core": "^6.6.0",
"@awesome-cordova-plugins/file": "^6.6.0",
"@awesome-cordova-plugins/local-notifications": "^6.6.0",
"@awesome-cordova-plugins/social-sharing": "^6.6.0",
"@capacitor/android": "^5.6.0",
"@capacitor/core": "^5.6.0",
"@capacitor/ios": "^5.6.0",
"@capacitor/splash-screen": "^5.0.6",
"@deckdeckgo/charts": "^2.3.0",
"@deckdeckgo/color": "^4.1.0",
"@deckdeckgo/utils": "^5.1.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@ionic/react": "^6.2.9",
"@ionic/react-router": "^6.2.9",
"@moodlehq/cordova-plugin-local-notification": "^0.9.0-moodle.11",
"@mui/material": "^5.10.7",
"@mui/styles": "^5.10.7",
"@mui/x-date-pickers": "^5.0.3",
"cordova-plugin-badge": "^0.8.9",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-file": "^8.0.1",
"cordova-plugin-x-socialsharing": "^6.0.4",
"date-fns": "^2.29.3",
"es6-promise-plugin": "^4.2.2",
"i18next": "^21.9.2",
"i18next-browser-languagedetector": "^6.1.5",
"i18next-http-backend": "^1.4.4",
"idb-keyval": "^6.2.1",
"ionicons": "^6.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.14.2",
"react-redux": "^7.2.6",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"rxjs": "^7.8.1",
"uuid": "^9.0.1"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@capacitor/cli": "^5.6.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.6",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"@types/uuid": "^9.0.7",
"@types/wicg-file-system-access": "^2023.10.4",
"env-cmd": "^10.1.0",
"jetifier": "^2.0.0",
"node-fetch": "^3.3.2",
"prettier": "3.2.4",
"prettier-plugin-organize-imports": "^3.2.4",
"sass": "^1.70.0",
"typescript": "^4.9.5",
"web-vitals": "^3.5.1",
"workbox-background-sync": "^7.0.0",
"workbox-broadcast-update": "^7.0.0",
"workbox-cacheable-response": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-navigation-preload": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-range-requests": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"workbox-streams": "^7.0.0"
},
"homepage": "https://tietracker.com",
"author": "David Dal Busco",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git://github.com/peterpeterparker/tietracker.git"
}
}