-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.31 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
{
"name": "midwest-pumpkins",
"description": "A fully responsive web application for the Midwest Pumpkin project, built using modern web technologies like HTML, CSS, JavaScript, and Vite. This project is part of the Open-Source Hacktoberfest 2024 initiative, aimed at enhancing developer skills through real-world contribution.",
"homepage": "https://github.com/OpenCodeChicago/Midwest-Pumpkins",
"author": {
"name": "Alex Smagin",
"email": "contact@alexsmagin.dev"
},
"license": "MIT",
"private": true,
"version": "0.0.0",
"type": "module",
"keywords": [
"hacktoberfest",
"hacktoberfest2024",
"open-source",
"community",
"web",
"web development",
"responsive design",
"HTML",
"CSS",
"JavaScript",
"Vite",
"Figma",
"frontend",
"collaboration",
"GitHub Pages",
"GitHub workflow",
"GitHub Projects",
"GitHub Discussions",
"GitHub Actions"
],
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"gh-pages": "^6.1.1",
"vite": "^5.4.1"
},
"dependencies": {
"midwest-pumpkins": "file:",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-html-inject": "^1.1.2"
}
}