-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 722 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 722 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
{
"name": "modeitsch-portfolio",
"version": "1.0.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"deploy": "npm run build && gh-pages -d build --dotfiles"
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/vite": "^4.2.1",
"lucide-svelte": "^0.577.0",
"marked": "^17.0.4"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.55.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"autoprefixer": "^10.4.27",
"gh-pages": "^6.0.0",
"postcss": "^8.5.8",
"svelte": "^5.53.0",
"tailwindcss": "^4.2.1",
"vite": "^8.0.0"
},
"type": "module",
"license": "MIT"
}