init page
This commit is contained in:
commit
65f18f0e97
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
node_modules
|
||||
dist
|
||||
build
|
||||
.cache
|
||||
.DS_Store
|
||||
*.log
|
16
package.json
Normal file
16
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user