-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.86 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
{
"name": "@flancer32/pwa_bwl",
"version": "0.1.0",
"description": "Bruderschaft Weight Loss",
"homepage": "https://bwl.wiredgeese.com/",
"bugs": {
"url": "https://github.com/flancer32/pwa_bwl/issues",
"email": "[email protected]"
},
"license": "AGPL-3.0-only",
"author": {
"name": "Alex Gusev",
"email": "[email protected]",
"url": "https://github.com/flancer64"
},
"repository": "github:flancer32/pwa_bwl",
"scripts": {
"db-reset": "node ./bin/tequila.mjs app-db-reset",
"db-upgrade": "node ./bin/tequila.mjs app-db-upgrade",
"help": "node ./bin/tequila.mjs -h",
"rebuild": "rm -fr node_modules package-lock.json && npm install",
"start": "node ./bin/tequila.mjs web-server-start",
"start-http1": "node ./bin/tequila.mjs web-server-start -1",
"startup-logs": "node ./bin/tequila.mjs core-startup-logs alexg",
"stop": "node ./bin/tequila.mjs web-server-stop",
"test": "./node_modules/mocha/bin/mocha --require esm --recursive './test/**/*.test.js'",
"version": "node ./bin/tequila.mjs core-version"
},
"dependencies": {
"@flancer32/teq_user": "github:flancer32/teq_user",
"@teqfw/core": "*",
"@teqfw/db": "*",
"@teqfw/di": "*",
"@teqfw/email": "github:teqfw/email",
"@teqfw/i18n": "*",
"@teqfw/ui-quasar": "*",
"@teqfw/user": "*",
"@teqfw/vue": "*",
"@teqfw/web": "*",
"@teqfw/web-event": "*",
"@teqfw/web-push": "*",
"chart.js": "*",
"chartjs-adapter-luxon": "*",
"knex": "*",
"luxon": "*",
"mysql2": "*",
"pg": "*",
"web-push": "^3"
},
"devDependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7",
"@babel/eslint-plugin": "^7",
"@babel/plugin-proposal-class-properties": "^7",
"@babel/preset-env": "^7",
"@teqfw/web": "github:teqfw/web",
"eslint": "^7",
"esm": "^3",
"jest": "*"
}
}