-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.37 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.37 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
{
"homepage": "http://ahmed-maher77.github.io/Services-Showcase-Website",
"author": "Ahmed Maher",
"name": "services-showcase-website",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "MIT",
"description": "Professional portfolio website showcasing full-stack development services with modern React technologies",
"keywords": [
"portfolio",
"react",
"vite",
"bootstrap",
"sass",
"full-stack",
"developer",
"responsive",
"accessible",
"modern-web"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"bootstrap": "^5.3.8",
"boxicons": "^2.1.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"sass": "^1.93.2"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react-swc": "^4.1.0",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"gh-pages": "^6.3.0",
"globals": "^16.4.0",
"terser": "^5.44.0",
"vite": "^7.1.7"
}
}