This repository was archived by the owner on Jul 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.57 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.57 KB
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
{
"name": "kotw.dev",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "svelte-kit sync && vite dev",
"prebuild": "node scripts/prebuild.js",
"build": "svelte-kit sync && vite build",
"preview": "svelte-kit sync && vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . --plugin-search-dir=. && eslint .",
"format": "prettier --write . --plugin-search-dir=."
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@types/html-minifier-terser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"autoprefixer": "^10.4.8",
"devalue": "^4.0.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"html-minifier-terser": "^7.0.0",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.50.1",
"svelte-check": "^3.0.1",
"@types/ogl": "npm:ogl-types@^0.0.102",
"ogl": "^0.0.112",
"svelte-ogl": "^0.0.102",
"svelte-preprocess": "^5.0.0",
"tailwindcss": "^3.1.8",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"vite": "4.1.4"
},
"type": "module",
"dependencies": {
"@fontsource/dela-gothic-one": "^4.5.10",
"@fontsource/inter": "^4.5.12",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"svelte-fa": "^3.0.3",
"timezones.json": "^1.6.1"
}
}