init
This commit is contained in:
12
package.json
12
package.json
@@ -1,11 +1,15 @@
|
||||
{
|
||||
"name": "@kevisual/frontend-starter-skill",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "bun run bun.config.ts",
|
||||
"dev": "bun --watch src/main.ts"
|
||||
"docs:dev": "vitepress dev",
|
||||
"docs:build": "vitepress build",
|
||||
"docs:preview": "vitepress preview",
|
||||
"postbuild": "pnpm docs:build",
|
||||
"pub": "ev deploy .vitepress/dist -k frontend-starter-skill -v 0.0.1 -u -y y"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
@@ -19,7 +23,9 @@
|
||||
"@kevisual/types": "^0.0.11",
|
||||
"@opencode-ai/plugin": "1.1.26",
|
||||
"@types/bun": "^1.3.6",
|
||||
"@types/node": "^25.0.9"
|
||||
"@types/node": "^25.0.9",
|
||||
"fast-glob": "^3.3.3",
|
||||
"vitepress": "2.0.0-alpha.15"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user