-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 856 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 856 Bytes
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
{
"name": "bobrosoft.com",
"version": "0.1.0",
"homepage": "https://bobrosoft.com",
"private": true,
"dependencies": {
"@successtar/react-reveal": "^1.2.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5",
"typewriter-effect": "^2.19.0"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^4.3.4",
"gh-pages": "^6.3.0",
"sass": "^1.89.0",
"typescript": "^5.0.0",
"vite": "^6.3.5"
}
}