-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "deanlongstaff.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^5.3.8",
"react": "^19.2.4",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.4",
"react-github-calendar": "^5.0.5",
"react-icons": "^5.6.0",
"react-microsoft-clarity": "^2.0.0",
"react-parallax-tilt": "^1.7.320",
"react-rewards": "^2.1.0",
"react-router-dom": "^7.13.1",
"react-scroll": "^1.9.3",
"react-tsparticles": "^2.0.0",
"typewriter-effect": "^2.22.0",
"web-vitals": "^5.1.0"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-scroll": "^1.8.10",
"@vitejs/plugin-react": "^6.0.0",
"jsdom": "^29.0.0",
"typescript": "^7.0.0",
"vite": "^8.0.0",
"vitest": "^4.0.18"
}
}