mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-03 20:11:30 +01:00
22 lines
419 B
JSON
22 lines
419 B
JSON
{
|
|
"name": "curriculum-vitae",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"jsonc-parser": "3.2.1",
|
|
"modern-normalize": "2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.12.12",
|
|
"date-and-time": "3.3.0",
|
|
"vite": "5.2.11",
|
|
"vite-plugin-html": "3.2.2"
|
|
}
|
|
}
|