-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.25 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
{
"name": "@flancer32/gtm-desk",
"version": "0.1.0",
"description": "Desktop PWA in GTM project.",
"homepage": "https://github.com/flancer32/gtm-desk/",
"bugs": {
"url": "https://github.com/flancer32/gtm-desk/issues",
"email": "[email protected]"
},
"license": "Apache-2.0",
"author": {
"name": "Alex Gusev",
"email": "[email protected]",
"url": "https://github.com/flancer64"
},
"repository": "github:flancer32/gtm-desk",
"scripts": {
"db-init": "node ./bin/tequila.mjs app-db-init -t",
"help": "node ./bin/tequila.mjs -h",
"rebuild": "rm -fr node_modules package-lock.json && npm install",
"start": "node ./bin/tequila.mjs web-server-start",
"stop": "node ./bin/tequila.mjs web-server-stop",
"version": "node ./bin/tequila.mjs core-version"
},
"dependencies": {
"@flancer32/gtm-base": "github:flancer32/gtm-base",
"@teqfw/core": "github:teqfw/core",
"@teqfw/db": "github:teqfw/db",
"@teqfw/di": "github:teqfw/di",
"@teqfw/i18n": "github:teqfw/i18n",
"@teqfw/test": "github:teqfw/test",
"@teqfw/ui-quasar": "github:teqfw/ui-quasar",
"@teqfw/vue": "github:teqfw/vue",
"@teqfw/web": "github:teqfw/web",
"@teqfw/web-api": "github:teqfw/web-api",
"mysql2": "*"
}
}