-
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.18 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.18 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
{
"name": "my-portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.1.0",
"email-validator": "^2.0.4",
"flag-icons": "^7.2.3",
"flowbite": "^2.4.1",
"flowbite-react": "^0.10.1",
"framer-motion": "^10.16.5",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.0.1",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.3",
"react-modal": "^3.16.1",
"react-router-dom": "^6.30.4",
"typewriter-effect": "^2.21.0"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vitejs/plugin-react": "^6.0.2",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.19",
"vite": "^8.0.16"
}
}