-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 757 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
35
{
"name": "portfolio",
"version": "1.0.0",
"description": "My own personal site portfolio",
"engines": {
"node": "20.18.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Pareder/portfolio"
},
"homepage": "https://pareder.netlify.app",
"type": "module",
"scripts": {
"start": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [
"personal-website",
"portfolio",
"portfolio-website"
],
"author": "Pareder",
"license": "ISC",
"devDependencies": {
"@vituum/vite-plugin-pug": "^1.1.0",
"sass": "^1.86.3",
"sharp": "^0.34.1",
"svgo": "^3.3.2",
"vite": "^6.4.1",
"vite-plugin-image-optimizer": "^1.1.8",
"vituum": "^1.2.0"
}
}