-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 727 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 727 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
26
27
28
29
30
{
"name": "hometeamcreativity-website",
"homepage": "https://hometeamcreativity.com",
"version": "4.2.0",
"description": "Website for Home Team Creativity",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"jquery": "^3.6.3",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mysql": "^2.18.1",
"node": "^24.6.0",
"php": "^1.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^5.0.1",
"react-router-dom": "^6.8.1",
"vite": "^7.1.3"
}
}