This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 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
{
"name": "@thepaladin/website",
"version": "0.0.1",
"scripts": {
"dev": "vite dev --port 4001 --host",
"build": "vite build && node algolia.js",
"preview": "vite preview --port 4001",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"postinstall": "patch-package",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/kit": "^1.0.0-next.567",
"@tsconfig/svelte": "^2.0.1",
"@types/crypto-js": "^4.0.2",
"@types/jsdom": "^21.1.6",
"@types/luxon": "^1.27.1",
"@types/nprogress": "^0.2.0",
"@types/sanitize-html": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"dotenv": "^10.0.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"mockdate": "^3.0.5",
"patch-package": "^6.4.7",
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.3.1",
"smartquotes": "^2.3.2",
"svelte": "^3.47.0",
"svelte-algolia": "^0.2.7",
"svelte-check": "^2.7.0",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.0.0",
"typescript": "^4.0.0",
"undici": "^5.8.0",
"vite": "^3.0.4",
"web-vitals": "^2.1.4"
},
"type": "module",
"dependencies": {
"@algorithm.ts/sudoku": "^2.0.11",
"@azure/msal-browser": "^2.20.0",
"@cristata/prosemirror-to-html-js": "2.5.0",
"@observablehq/plot": "^0.6.13",
"@rooi/slicker": "0.0.3",
"@sveltejs/adapter-vercel": "^1.0.0-next.84",
"amplitudejs": "^5.3.2",
"copy-anything": "^3.0.5",
"crossword-layout-generator": "^0.1.1",
"crypto-js": "^4.1.1",
"fathom-client": "^3.4.0",
"jsdom": "^24.0.0",
"jsoncrush": "^1.1.6",
"kwesforms": "^2.1.16",
"luxon": "^2.0.1",
"node-fetch": "^2.6.7",
"nprogress": "^0.2.0",
"plyr": "^3.7.2",
"romans": "^2.0.7",
"sanitize-html": "^2.7.0",
"slick-carousel": "^1.8.1",
"svelte-crossword": "^0.3.4",
"svelte-markdown": "^0.2.2"
}
}