-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.32 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.32 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
{
"name": "kbckc.github.io",
"description": "The static landing page for Koinonia Bible Church in Kansas City",
"packageManager": "pnpm@10.33.1+sha512.05ba3c1d5d1c18f68df06470d74055e62d41fc110a0c660db1b2dfb2785327f04cf0f68345d4609bc52089e7fa0343c31593b2f9594e2c5d5da426230acc9820",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"lint": "eslint",
"preview": "vite preview"
},
"dependencies": {
"@microsoft/applicationinsights-clickanalytics-js": "^3.4.1",
"@microsoft/applicationinsights-web": "^3.4.1",
"bowser": "^2.14.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@html-eslint/parser": "^0.59.0",
"@stylistic/eslint-plugin": "^5.10.0",
"@tailwindcss/vite": "^4.2.4",
"eslint": "^10.2.1",
"eslint-config-flat-gitignore": "^2.3.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-better-tailwindcss": "^4.4.1",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-package-json": "^0.91.1",
"eslint-plugin-perfectionist": "^5.9.0",
"eslint-plugin-regexp": "^3.1.0",
"eslint-plugin-unicorn": "^64.0.0",
"jsonc-eslint-parser": "^3.1.0",
"tailwindcss": "^4.2.4",
"typescript": "~6.0.3",
"typescript-eslint": "^8.59.0",
"vite": "^8.0.9"
}
}