Mercurial > code > home > repos > sco-bot
view web/package.json @ 6:a4659594f2e5
add web page
author | drewp@bigasterisk.com |
---|---|
date | Sat, 06 Jul 2024 16:44:47 -0700 |
parents | |
children |
line wrap: on
line source
{ "name": "sco-bot", "version": "0.0.1", "scripts": { "test": "jest", "test_forever": "jest --watch" }, "dependencies": { "@shoelace-style/shoelace": "^2.15.1", "lit": "^3.1.4", "vite": "5.3.3" }, "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", "node-globals": "^0.1.5", "stylus": "^0.63.0", "ts-jest": "^29.1.5", "tslib": "^2.6.3", "typescript": "^5.5.3" }, "packageManager": "pnpm@8.12.0+sha1.7134f9b8d0b70bc7a1954f47af52123cd2b2acce" }