init page

This commit is contained in:
xion 2024-10-16 23:20:17 +08:00
commit 65f18f0e97
3 changed files with 1238 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
node_modules
dist
build
.cache
.DS_Store
*.log

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "@kevisual/page",
"version": "1.0.0",
"description": "",
"main": "page.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"page.js": "^4.13.3"
}
}

1216
page.js Normal file

File diff suppressed because it is too large Load Diff