-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 847 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 847 Bytes
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
{
"author": "mlane",
"dependencies": {
"@vercel/node": "^1.15.4",
"kaboom": "^3000.1.17",
"typescript": "4.8.4",
"vite": "^2.9.9"
},
"description": "Experience my Portfolio Showcase Game, a dynamic fusion of frontend development and gaming, showcasing my skills and projects in an interactive adventure. Utilizing Svelte, JavaScript, CSS, HTML, and Kaboom.js, navigate through levels to explore different aspects of my portfolio and enjoy a fresh take on resume presentation.",
"devDependencies": {
"@types/node": "^16.0.0",
"eslint-config-prettier": "8.5.0",
"prettier": "3.2.4",
"vercel": "^28.4.0"
},
"keywords": [],
"license": "MIT",
"name": "marcuslane.com",
"scripts": {
"build": "vite build",
"dev": "vite",
"deploy": "vite build && vercel --prod"
},
"version": "1.0.0"
}