chain-depict/package.json

22 lines
553 B
JSON
Raw Normal View History

2024-01-12 02:05:28 +08:00
{
2024-01-12 05:45:56 +08:00
"name": "@laniakeasupercluster/chain-depict",
2024-04-23 17:50:58 +08:00
"version": "0.0.1",
2024-01-12 02:05:28 +08:00
"type": "module",
2024-01-12 04:39:14 +08:00
"main": "main.js",
2024-01-12 05:45:56 +08:00
"author": "Laniakea Supercluster <huan0016@gmail.com>",
2024-01-12 04:39:14 +08:00
"license": "MIT",
2024-01-12 02:05:28 +08:00
"scripts": {
2024-01-12 02:15:38 +08:00
"dev": "vite --open",
2024-01-12 02:05:28 +08:00
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^5.0.8"
2024-01-12 04:39:14 +08:00
},
"repository": {
"type": "git",
"url": "https://git.satori.love/LaniakeaSupercluster/chain-depict.git"
2024-01-12 05:45:56 +08:00
},
"description": "受到 pug 和 tailwind, windicss 启发的, 使用纯粹 js 书写 UI"
}