-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.14 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
{
"name": "metalshop",
"version": "0.0.0-dev.59",
"description": "web app modules",
"license": "ISC",
"author": "Chase Moskal <chasemoskal@gmail.com>",
"type": "module",
"files": [
"dist",
"source"
],
"scripts": {
"prepare": "run-s clean && run-p importmap compile && run-s test",
"clean": "rimraf dist *.pem && mkdirp dist",
"importmap": "importly --host=node_modules < package.json > dist/importmap.json",
"compile": "tsc",
"watch": "tsc -w",
"start": "serve -l 8080",
"test": "cynic node dist/tests.test.js",
"test-browser": "cynic browser dist/tests.test.js --open=true --importmap-path=./dist/importmap.json"
},
"devDependencies": {
"@types/gapi.auth2": "0.0.52",
"@types/js-yaml": "^3.12.5",
"@types/koa": "^2.11.4",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-mount": "^4.0.0",
"@types/koa-static": "^4.0.1",
"@types/koa__cors": "^3.0.2",
"@types/mongodb": "^3.5.27",
"@types/node": "^14.11.2",
"@types/pug": "^2.0.4",
"cynic": "0.1.0-dev.10",
"feather-icons": "^4.28.0",
"importly": "0.1.0-dev.0",
"mkdirp": "^1.0.4",
"npm-run-all": "^4.1.5",
"octicons": "^8.5.0",
"rimraf": "^3.0.2",
"serve": "^11.3.2",
"typescript": "^4.0.3"
},
"dependencies": {
"@adobe/lit-mobx": "^1.0.0",
"@koa/cors": "^3.1.0",
"@stripe/stripe-js": "^1.9.0",
"chalk": "^4.1.0",
"commotion": "^0.1.0-dev.0",
"crosscall": "0.0.6-dev.20",
"google-auth-library": "^6.1.0",
"js-yaml": "^3.14.0",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-logger": "^3.2.1",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0",
"lit-element": "^2.4.0",
"lit-html": "^1.3.0",
"menutown": "0.0.1",
"mobx": "^5.15.7",
"mobx-lit-element": "^0.1.2",
"mongodb": "^3.6.2",
"pug": "^3.0.0",
"redcrypto": "0.0.0-dev.7",
"renraku": "0.0.0-dev.31",
"stripe": "^8.106.0",
"unique-names-generator": "^4.3.1"
},
"keywords": [
"auth",
"authentication",
"authorization"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chase-moskal/metalshop.git"
},
"bugs": {
"url": "https://github.com/chase-moskal/metalshop/issues"
},
"homepage": "https://github.com/chase-moskal/metalshop#readme"
}