-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.16 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": "word-peaks",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview --host",
"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=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/cookie": "^0.4.1",
"@zerodevx/svelte-toast": "^0.9.6",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.19",
"svelte-check": "^3.4.3",
"svelte-select": "^5.8.3",
"tslib": "^2.6.2",
"typescript": "^5.9.3",
"vite": "^5.4.14"
},
"dependencies": {
"plausible-tracker": "^0.3.9",
"rand-seed": "^1.0.1",
"svelte-persisted-store": "^0.12.0",
"sveltekit-i18n": "^2.4.2"
},
"homepage": "https://github.com/vegeta897/word-peaks#readme",
"issues": "https://github.com/vegeta897/word-peaks/issues",
"type": "module"
}