feat: add project pages
This commit is contained in:
parent
5fc58fd0bc
commit
d41a23cfcf
16 changed files with 171 additions and 28 deletions
10
package.json
10
package.json
|
|
@ -1,7 +1,12 @@
|
|||
{
|
||||
"name": "myblog",
|
||||
"version": "0.0.1",
|
||||
"name": "daichendt.one",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"email": "me@daichendt.one",
|
||||
"name": "Alex Daichendt"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
|
|
@ -43,7 +48,6 @@
|
|||
"vite": "^4.0.3",
|
||||
"vite-imagetools": "^4.0.12"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@fontsource/ubuntu-mono": "^4.5.11",
|
||||
"@mdi/js": "^7.1.96",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue