generated from mnpjs/idio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.44 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
{
"name": "@artdeco/api.artd.eco",
"version": "0.0.0",
"description": "The Art Deco Back-end.",
"main": "types/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-build": "ALAMODE_ENV=test-build yarn test",
"comments": "depack frontend/comments -o docs/comments.js -a -H -E --externs types/externs.js --externs node_modules/@idio/github/types/externs/user.js -i",
"lambda": "depack frontend/lambda -o docs/lambda.js -a -H -E",
"subscribe": "depack frontend/subscribe -o docs/subscribe.js -a -i",
"lint": "eslint .",
"prod": "git push prod",
"start": "node src",
"closure": "CLOSURE=1 node src",
"dev": "node src",
"doc": "NODE_DEBUG=doc doc -o README.md",
"b": "alamode src -o build -s -i index.js",
"deploy": "git push api",
"d": "yarn-s d1 externs",
"d1": "typal types/index.js",
"externs": "typal types/externs.js",
"build": "yarn-s d b doc",
"e": "node example",
"up": "yarn-up -e preact",
"example/": "yarn e example/example.js"
},
"repository": {
"type": "git",
"url": "git://github.com/art-deco/api.artd.eco.git"
},
"keywords": [],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/art-deco/api.artd.eco/issues"
},
"homepage": "www.artd.eco",
"dependencies": {
"@artdeco/clean-stack": "^1.1.1",
"@depack/form": "^1.4.1",
"@depack/render": "^1.3.4",
"@elastic/elasticsearch": "^7.5.0",
"@idio/frontend": "^1.6.0",
"@idio/github": "^1.0.4",
"@idio/idio": "^0.2.1",
"@idio/linkedin": "1.4.0",
"@idio/router": "1.3.2",
"@lemuria/popup": "^1.1.1",
"@svag/lib": "2.0.0",
"@svag/window": "1.1.1",
"catchment": "3.3.0",
"erte": "1.2.0",
"koa-router": "^7.4.0",
"logarithm": "^2.0.1",
"mongodb": "^3.4.0",
"nicer": "^1.0.0",
"svg-captcha": "^1.4.0",
"uid-safe": "2.1.5",
"web-push": "^3.4.3"
},
"devDependencies": {
"@a-la/jsx": "1.6.0",
"@demimonde/dotenv": "1.1.0",
"@externs/preact": "^1.2.9",
"@typedefs/goa": "^0.0.6",
"alamode": "3.2.0",
"depack": "^1.0.1",
"dropcss": "^1.0.16",
"preact": "8.5.3",
"restream": "3.7.4",
"rqt": "4.0.0",
"spawncommand": "2.2.0",
"tablature": "^1.2.0",
"temp-context": "2.1.3",
"unfetch": "^4.1.0",
"yarn-s": "^1.2.1",
"zoroaster": "4.1.2"
}
}