-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.11 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
{
"name": "portfolio",
"version": "0.1.0",
"homepage": "https://baraql.github.io",
"private": true,
"type": "module",
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.5",
"react-ga4": "^2.1.0",
"react-router-dom": "^6.30.4",
"typewriter-effect": "^2.21.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "vite --host 0.0.0.0",
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0",
"lint": "eslint ."
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"gh-pages": "^6.3.0",
"globals": "^15.14.0",
"vite": "^6.0.7"
}
}