Initial commit - skeleton

This commit is contained in:
Piv
2023-08-01 20:58:45 +09:30
commit 54257d1a60
7 changed files with 145 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "personal-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@picocss/pico": "^1.5.10"
}
}