]> git.r.bdr.sh - rbdr/forum/blame_incremental - package.json
Use routify and GraphQL server
[rbdr/forum] / package.json
... / ...
CommitLineData
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",
15 "scripts": {
16 "dev": "routify -c dev-vite",
17 "dev-vite": "vite",
18 "build": "routify -b && vite build",
19 "lint": "eslint --ext .svelte --ext .js .",
20 "linthtml": "htmlhint",
21 "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit",
22 "test": "echo sorry"
23 },
24 "dependencies": {
25 "@apollo/client": "^3.3.11",
26 "eventemitter3": "^4.0.4",
27 "language-name-map": "^0.3.0",
28 "svelte-apollo": "^0.4.0"
29 },
30 "devDependencies": {
31 "@hapi/eslint-config-hapi": "^13.0.2",
32 "@hapi/eslint-plugin-hapi": "^4.3.5",
33 "@roxi/routify": "^2.14.0",
34 "@sveltejs/vite-plugin-svelte": "^1.0.0-next.2",
35 "eslint": "^7.3.0",
36 "eslint-plugin-svelte3": "^2.7.3",
37 "htmlhint": "^0.14.0",
38 "svelte": "^3.29.0",
39 "svelte-i18n": "^3.0.4",
40 "vite": "^2.0.4"
41 },
42 "keywords": [
43 "forum"
44 ],
45 "browserslist": [
46 "last 1 firefox version"
47 ],
48 "jsdoc2md": {
49 "files": [
50 "src/**/*.js"
51 ]
52 },
53 "type": "module"
54}