-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.61 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
{
"name": "keun",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host=127.0.0.1 --port=5180",
"unlighthouse": "pnpm dlx unlighthouse --site https://radar-azdelta.github.io/Keun/",
"build": "vite build",
"preview": "vite build && vite preview --host=127.0.0.1",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "pnpm format && prettier . --check . && eslint . --fix",
"format": "prettier . --write .",
"artifactregistry-login": "npx google-artifactregistry-auth"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/lodash.debounce": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-svelte": "^2.41.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"sass": "^1.77.6",
"svelte": "5.0.0-next.151",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-static-copy": "^0.17.1",
"vitest": "^1.6.0"
},
"type": "module",
"dependencies": {
"@browsermt/bergamot-translator": "^0.4.9",
"@radar-azdelta/svelte-athena-search": "^0.0.49",
"@radar-azdelta/svelte-datatable": "^0.0.89",
"arquero": "^5.4.1"
}
}