chain-depict/package.json

22 lines
553 B
JSON

{
"name": "@laniakeasupercluster/chain-depict",
"version": "0.0.1",
"type": "module",
"main": "main.js",
"author": "Laniakea Supercluster <huan0016@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^5.0.8"
},
"repository": {
"type": "git",
"url": "https://git.satori.love/LaniakeaSupercluster/chain-depict.git"
},
"description": "受到 pug 和 tailwind, windicss 启发的, 使用纯粹 js 书写 UI"
}