-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.68 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@heroicons/react": "^2.2.0",
"@material-tailwind/react": "^2.1.10",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@tanstack/react-query": "^5.69.0",
"@vercel/analytics": "^1.5.0",
"@visx/clip-path": "^3.12.0",
"@visx/event": "^3.12.0",
"@visx/zoom": "^3.12.0",
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"axios": "^1.8.4",
"cra-template": "1.2.0",
"framer-motion": "^12.6.0",
"lodash.throttle": "^4.1.1",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-masonry-css": "^1.0.16",
"react-pdf": "^9.1.1",
"react-router-dom": "^7.0.2",
"react-tooltip": "^5.28.0",
"react-typewriter-effect": "^1.1.0",
"react-zoom-pan-pinch": "^3.6.1",
"tech-stack-icons": "^2.1.0",
"web-vitals": "^4.2.4"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.throttle": "^4.1.9",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"vite": "^6.2.2"
},
"overrides": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}