]> git.r.bdr.sh - rbdr/forum/blame - package.json
Don't remember what this WIP was about
[rbdr/forum] / package.json
CommitLineData
2d5b700e 1{
f088a659 2 "name": "forum",
a7cf03c1 3 "version": "1.0.0-dev1",
f088a659
RBR
4 "scripts": {
5 "dev": "svelte-kit dev",
6 "build": "svelte-kit build",
a7cf03c1
RBR
7 "package": "svelte-kit package",
8 "preview": "svelte-kit preview",
9 "prepare": "svelte-kit sync",
b15225c9 10 "test": "jest src --runInBand",
a7cf03c1
RBR
11 "test:watch": "npm run test -- --watch",
12 "test:playwright": "playwright test",
13 "check": "svelte-check --tsconfig ./tsconfig.json",
14 "check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
15 "lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
e8fcef96 16 "format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
b396db16 17 "document": "typedoc --plugin typedoc-plugin-markdown --out doc 'src/app.d.ts'"
f088a659
RBR
18 },
19 "devDependencies": {
0472e807 20 "@apollo/client": "^3.6.4",
d2cd7f1b 21 "@ory/client": "^0.0.1-alpha.177",
a7cf03c1
RBR
22 "@pact-foundation/pact": "^9.17.3",
23 "@playwright/test": "^1.20.0",
852ee620 24 "@supabase/supabase-js": "^1.35.3",
a7cf03c1 25 "@sveltejs/adapter-auto": "next",
f088a659 26 "@sveltejs/kit": "next",
a7cf03c1
RBR
27 "@tailwindcss/typography": "^0.5.2",
28 "@testing-library/jest-dom": "^5.16.4",
29 "@testing-library/svelte": "^3.1.1",
30 "@testing-library/user-event": "^14.1.1",
31 "@types/jest": "^27.4.1",
32 "@typescript-eslint/eslint-plugin": "^5.10.1",
33 "@typescript-eslint/parser": "^5.10.1",
34 "autoprefixer": "^10.4.4",
35 "cross-fetch": "^3.1.5",
36 "daisyui": "^2.13.4",
b396db16 37 "eslint": "^8.14.0",
a7cf03c1
RBR
38 "eslint-config-prettier": "^8.3.0",
39 "eslint-plugin-svelte3": "^3.2.1",
40 "jest": "^28.0.3",
41 "jest-environment-jsdom": "^28.0.2",
f088a659 42 "language-name-map": "^0.3.0",
a7cf03c1
RBR
43 "postcss": "^8.4.12",
44 "prettier": "^2.5.1",
45 "prettier-plugin-svelte": "^2.5.0",
46 "svelte": "^3.44.0",
3260d5e9 47 "svelte-check": "^2.7.0",
a7cf03c1
RBR
48 "svelte-i18n": "^3.3.13",
49 "svelte-jester": "^2.3.2",
50 "svelte-preprocess": "^4.10.6",
51 "tailwindcss": "^3.0.23",
52 "tinyduration": "^3.2.2",
53 "ts-jest": "^28.0.0-next.3",
54 "tslib": "^2.3.1",
e8fcef96
RBR
55 "typedoc": "^0.22.15",
56 "typedoc-plugin-markdown": "^3.12.1",
a7cf03c1 57 "typescript": "~4.6.2"
f088a659 58 },
a7cf03c1 59 "type": "module"
2d5b700e 60}