[READ-ONLY] Mirror of https://github.com/danielroe/digital-labin. digital-labin.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

digital-labin / package.json
463 B 21 lines
1{ 2 "name": "digital-labin", 3 "author": "Daniel Roe <daniel@roe.dev>", 4 "license": "MIT", 5 "version": "1.0.0", 6 "scripts": { 7 "dev": "./bin/cli.mjs dev", 8 "build": "./bin/cli.mjs build" 9 }, 10 "dependencies": { 11 "@picocss/pico": "^1.5.10", 12 "@vitejs/plugin-vue": "^4.3.4", 13 "c12": "^1.4.2", 14 "citty": "^0.1.4", 15 "h3": "^1.8.1", 16 "nitropack": "^2.6.3", 17 "rollup-plugin-vue": "^6.0.0", 18 "vite": "^4.4.9", 19 "vue": "^3.3.4" 20 } 21}