-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
70 lines (70 loc) · 1.71 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "daviddalbusco.com",
"private": true,
"description": "David Dal Busco - Freelance Web Developer",
"version": "2.4.0",
"author": "David Dal Busco <[email protected]>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@deckdeckgo/highlight-code": "^4.4.0",
"@deckdeckgo/utils": "^5.1.0"
},
"devDependencies": {
"@stencil/core": "^4.22.2",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/eslint": "^9.6.1",
"@types/remarkable": "^2.0.8",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-svelte": "^3.2.7",
"remarkable": "^2.0.1",
"sass": "^1.80.5",
"svelte": "^5.1.9",
"svelte-check": "^4.0.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10"
},
"keywords": [
"freelance",
"freelancer",
"contractor",
"development",
"web development",
"web",
"PWA",
"Progressive Web Apps",
"Mobile",
"iOS",
"Android",
"Project management",
"UX",
"IT",
"Consulting"
],
"repository": {
"type": "git",
"url": "https://github.com/peterpeterparker/daviddalbusco.com"
},
"bugs": {
"url": "https://github.com/peterpeterparker/daviddalbusco.com/issues"
}
}