-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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
{
"name": "rv-svelte",
"version": "0.29.0",
"private": true,
"scripts": {
"dev": "vite dev --open",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
},
"type": "module",
"dependencies": {
"@fontsource-variable/baloo-2": "^5.1.0",
"@fontsource/dm-sans": "^5.1.0",
"@fontsource/mansalva": "^5.1.0",
"@fontsource/victor-mono": "^5.1.0",
"dracula-prism": "^2.1.16",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@release-it/keep-a-changelog": "^5.0.0",
"@sveltejs/adapter-vercel": "^5.4.7",
"@sveltejs/kit": "2.8.1",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"dayjs": "^1.11.13",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.12.0",
"just-random-integer": "^4.2.0",
"just-shuffle": "^4.2.0",
"mdsvex": "0.12.3",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.8",
"svelte": "^5.2.7",
"svelte-check": "^4.0.9",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
"word-counting": "^1.1.4"
}
}