]> git.r.bdr.sh - rbdr/forum/blame - package.json
Connect forum store to changefeed
[rbdr/forum] / package.json
CommitLineData
2d5b700e
BB
1{
2 "name": "forum",
3 "description": "A Forum for the year 3000",
4 "license": "Apache-2.0",
5 "author": "Rubén Beltrán del Río <ruben@unlimited.pizza>",
6 "homepage": "https://forum.unlimited.pizza",
7 "repository": {
8 "type": "git",
9 "url": "git+ssh://git@gitlab.com/rbdr/forum.git"
10 },
11 "bugs": {
12 "url": "https://gitlab.com/rbdr/forum/issues"
13 },
14 "version": "1.0.0",
2d5b700e
BB
15 "scripts": {
16 "build": "parcel build --no-source-maps ./app/index.html",
00a6e8aa 17 "lint": "eslint --ext .svelte --ext .js .",
2d5b700e
BB
18 "linthtml": "htmlhint",
19 "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit",
38416066 20 "test": "echo sorry",
2d5b700e
BB
21 "watch": "parcel ./app/index.html"
22 },
23 "dependencies": {
38416066 24 "@hapi/joi": "17.1.0",
2d5b700e
BB
25 "getenv2": "^2.0.0",
26 "koa": "^2.11.0",
27 "koa-send": "^5.0.0",
28 "koa-static": "^5.0.0",
24be7b53 29 "lightrouter": "^0.3.3",
66dc4cae 30 "rethinkdb": "^2.4.2",
38416066
BB
31 "uuid": "^7.0.2",
32 "ws": "^7.2.3"
2d5b700e
BB
33 },
34 "devDependencies": {
38416066
BB
35 "@hapi/eslint-config-hapi": "^13.0.2",
36 "@hapi/eslint-plugin-hapi": "^4.3.5",
37 "eslint": "^6.8.0",
00a6e8aa 38 "eslint-plugin-svelte3": "^2.7.3",
2d5b700e 39 "htmlhint": "^0.11.0",
2d5b700e 40 "parcel-bundler": "^1.12.4",
38416066
BB
41 "parcel-plugin-static-files-copy": "^2.3.1",
42 "parcel-plugin-svelte": "^4.0.6",
43 "svelte": "^3.19.2"
2d5b700e
BB
44 },
45 "keywords": [
46 "forum"
47 ],
48 "browserslist": [
49 "last 1 firefox version"
32ec81f6
BB
50 ],
51 "jsdoc2md": {
52 "files": [
53 "lib/**/*.js",
54 "config/**/*.js"
55 ]
38416066
BB
56 },
57 "optionalDependencies": {
58 "bufferutil": "^4.0.1",
59 "utf-8-validate": "^5.0.2"
32ec81f6 60 }
2d5b700e 61}