Skip to content

Commit

Permalink
chore: init npm
Browse files Browse the repository at this point in the history
  • Loading branch information
LGC committed Mar 1, 2024
1 parent 29debc3 commit 6dc6420
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
43 changes: 43 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "blog",
"version": "1.0.0",
"description": "> 合抱之木,生于毫末;九层之台,起于累土;千里之行,始于足下 ————《老子》 ---",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^18.2.0"
}
}

0 comments on commit 6dc6420

Please sign in to comment.