1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-18 21:55:52 +02:00
.profile/curriculum-vitae/package.json

22 lines
418 B
JSON
Raw Normal View History

2022-02-22 21:19:42 +01:00
{
"name": "curriculum-vitae",
2022-02-22 21:19:42 +01:00
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
2022-02-22 21:19:42 +01:00
"dependencies": {
2024-01-23 22:01:50 +01:00
"jsonc-parser": "3.2.1",
2023-05-21 12:15:08 +02:00
"modern-normalize": "2.0.0"
2022-02-22 21:19:42 +01:00
},
"devDependencies": {
"@types/node": "20.11.8",
2024-01-23 22:01:50 +01:00
"date-and-time": "3.1.1",
"vite": "5.0.12",
"vite-plugin-html": "3.2.2"
2022-02-22 21:19:42 +01:00
}
}