[READ-ONLY] Mirror of https://github.com/danielroe/vuejslive. A demo of integrating Vue, Vite and Nitro for Vue.js Live London 2023. vuejslive.vercel.app
0

Configure Feed

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

vuejslive / package.json
540 B 25 lines
1{ 2 "name": "vuejslive", 3 "version": "1.0.0", 4 "private": true, 5 "scripts": { 6 "build": "./bin/cli.mjs build", 7 "dev": "./bin/cli.mjs dev", 8 "prepare": "nitro prepare" 9 }, 10 "author": "Daniel Roe <daniel@roe.dev>", 11 "dependencies": { 12 "@picocss/pico": "^1.5.10", 13 "@vitejs/plugin-vue": "^4.2.2", 14 "citty": "^0.1.1", 15 "h3": "^1.6.5", 16 "nitropack": "^2.4.0", 17 "pathe": "^1.1.0", 18 "vite": "^4.3.5", 19 "vue": "^3.3.1" 20 }, 21 "devDependencies": { 22 "@types/node": "^20.1.3", 23 "prettier": "^2.8.8" 24 } 25}