-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
{
"name": "michaelkolesidis.com",
"url": "https://michaelkolesidis.com",
"description": "My award-winning playground / portfolio website",
"keywords": [
"web developer",
"software engineer",
"full-stack",
"full-stack web developer",
"font-end",
"frontend",
"back-end",
"backend",
"web development",
"web design",
"javascript",
"three.js",
"webgl",
"glsl",
"p5.js",
"react",
"michael kolesidis",
"personal web page",
"3d",
"rubber duck",
"typography"
],
"author": "Michael Kolesidis",
"email": "[email protected]",
"license": "AGPL-3.0-or-later",
"repository": "https://github.com/michaelkolesidis/michaelkolesidis.com.git",
"homepage": "https://github.com/michaelkolesidis/michaelkolesidis.com",
"scripts": {
"dev": "vite --host",
"start": "vite --host",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"devDependencies": {
"@types/howler": "^2.2.12",
"typescript": "5.6",
"vite": "^5.4.8"
},
"dependencies": {
"dom-window-manager": "^1.0.3",
"howler": "^2.2.4",
"sass": "^1.79.4"
}
}