-
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) · 814 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 814 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": "portfolio",
"version": "2.0.0",
"description": "Tobi Akinyemi's portfolio website",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"clean": "rm -rf dist node_modules package-lock.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tobq/Portfolio.git"
},
"author": "Tobi Akinyemi",
"license": "ISC",
"bugs": {
"url": "https://github.com/tobq/Portfolio/issues"
},
"homepage": "https://tobi.bio",
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"vite": "^6.0.5"
}
}