-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.24 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.24 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
{
"name": "search-algorithm-visualizations",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"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",
"lint": "eslint .",
"format": "eslint . --fix",
"deploy": "bun run build && bunx gh-pages -d build"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.13.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.17.1",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tailwindcss/vite": "^4.0.4",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.0",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-readable-tailwind": "^2.0.0-beta.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"shiki": "^1.29.2",
"shiki-magic-move": "^0.4.5",
"svelte": "^5.19.9",
"svelte-check": "^3.8.6",
"tailwindcss": "^4.0.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"vite": "^5.4.14"
},
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2"
}
}