-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.47 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
{
"name": "portfolio",
"version": "2.0.6",
"homepage": "https://francoborrelli.github.io/portfolio/",
"private": true,
"type": "module",
"dependencies": {
"antd": "^6.5.1",
"devicons-react": "^1.5.0",
"html-react-parser": "^6.1.5",
"i18next": "^26.3.6",
"lodash": "^4.18.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-full-screen": "^1.1.1",
"react-i18next": "^17.0.10",
"react-icons": "^5.7.0",
"react-player-controls": "^1.1.0",
"react-redux": "^9.3.0",
"react-router-dom": "^7.16.0",
"redux-persist": "^6.0.0",
"tinycolor2": "^1.6.0"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc --noEmit && vite build && cp dist/index.html dist/404.html",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@reduxjs/toolkit": "^2.12.0",
"@types/lodash": "^4.17.24",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/tinycolor2": "^1.4.6",
"@vitejs/plugin-react": "^6.0.3",
"esbuild": "^0.28.1",
"gh-pages": "^6.3.0",
"sass": "^1.101.3",
"typescript": "^5.9.3",
"vite": "^8.1.5",
"web-vitals": "^5.3.0"
}
}