-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.85 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.85 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "kennethtrecy.pages.dev",
"version": "5.0.0",
"description": "This is a personal website of Kenneth Trecy Tobias.",
"homepage": "https://github.com/KennethTrecy/kennethtrecy.pages.dev",
"keywords": [
"personal",
"website"
],
"type": "module",
"private": "true",
"license": "MIT",
"scripts": {
"prepare": "husky",
"dev": "npm run development",
"build": "vite build",
"preview": "vite preview",
"development": "vite dev",
"prod": "vite build",
"test:unit": "npx vitest",
"test:e2e:install": "npx playwright install",
"test:e2e": "npm run build && npm run test:e2e:fast",
"test:e2e:fast": "npx playwright test"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@fullhuman/postcss-purgecss": "^7.0.2",
"@playwright/test": "^1.55.0",
"@sveltejs/adapter-cloudflare": "^7.2.3",
"@sveltejs/kit": "^2.42.1",
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.13",
"@testing-library/svelte": "^5.2.8",
"@tsconfig/recommended": "^1.0.10",
"@types/node": "^24.5.2",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"autoprefixer": "^10.4.21",
"changelogen": "^0.6.2",
"esbuild": "^0.25.10",
"eslint": "^9.35.0",
"eslint-config-whitelistyle": "github:KennethTrecy/eslint-config-whitelistyle",
"eslint-plugin-svelte": "^3.12.3",
"gramma": "github:KennethTrecy/gramma#v1.7.0-rc1",
"husky": "^9.1.7",
"jsdom": "^27.0.0",
"postcss": "^8.5.6",
"sass": "^1.92.1",
"tslib": "^2.8.1",
"typescript": "^5.9.2",
"vite": "^7.1.6",
"vitest": "^3.2.4"
},
"dependencies": {
"@octokit/core": "^7.0.4",
"@tailwindcss/postcss": "^4.1.13",
"daisyui": "^5.1.13",
"rgb-hex": "^4.1.0",
"svelte": "^5.39.2",
"tailwindcss": "^4.1.13",
"theme-change": "^2.5.0"
}
}