-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
66 lines (66 loc) · 2 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
{
"name": "titra",
"version": "0.99.19",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@dashboardcode/bsmultiselect": "^1.1.18",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fullcalendar/core": "6.1.15",
"@fullcalendar/daygrid": "6.1.15",
"@fullcalendar/interaction": "6.1.15",
"@neovici/nullxlsx": "^3.1.0",
"@popperjs/core": "^2.11.8",
"adm-zip": "^0.5.16",
"bcrypt": "^5.1.1",
"bootstrap": "^5.3.3",
"cl-editor": "^2.3.0",
"content-type": "^1.0.5",
"date-holidays": "^3.23.12",
"dayjs": "^1.11.13",
"dayjs-precise-range": "^1.0.1",
"docker-names": "^1.2.1",
"file-saver": "^2.0.5",
"frappe-charts": "1.6.2",
"frappe-datatable": "^1.17.16",
"frappe-gantt": "^0.6.1",
"hotkeys-js": "^3.13.7",
"is-dark": "^1.0.4",
"jquery": "3.7.1",
"jquery-serializejson": "^3.2.1",
"ldapjs": "3.0.7",
"math-expression-evaluator": "^2.0.5",
"meteor-node-stubs": "^1.2.12",
"namedavatar": "^1.2.0",
"node-emoji": "^2.1.3",
"quill-delta-to-html": "^0.12.1",
"randomcolor": "^0.6.2",
"raw-body": "^3.0.0",
"sortablejs": "^1.15.3",
"tiny-date-picker": "^3.2.8",
"vm2": "^3.9.19"
},
"devDependencies": {
"eslint": "^8.5.7",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-i18next": "^6.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-meteor": "^7.3.0"
},
"apidoc": {
"name": "titra API",
"version": "0.85.0",
"description": "<div class='h5'>This is the official titra API documentation. For more information about the open source timetracking application developed with lots of ❤️ and ☕️ by <a href='https://kromit.at'>kromit</a> checkout <a href='https://titra.io'>titra.io</a>.</div>",
"sampleUrl": "https://app.titra.io"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
}
}
}