-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.48 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.48 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
51
52
53
{
"name": "personal-portfolio-react",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:win": "vite build && move dist public",
"lint": "eslint .",
"preview": "vite preview",
"start": "node server.js",
"start:dev": "concurrently \"vite\" \"node server.js\"",
"predeploy": "npm run build",
"deploy": "gh-pages -d public"
},
"dependencies": {
"axios": "^1.10.0",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^4.18.2",
"framer-motion": "^12.19.1",
"motion": "^12.19.1",
"nodemailer": "^7.0.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"autoprefixer": "^10.4.21",
"concurrently": "^8.2.2",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"gh-pages": "^6.3.0",
"globals": "^16.2.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"vite": "^7.0.0"
},
"homepage": "https://hsa-attock.github.io/portfolio-react",
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"main": "eslint.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}