Files
flug/package.json

23 lines
463 B
JSON
Raw Permalink Normal View History

2026-04-03 20:07:14 -07:00
{
"name": "flug",
"version": "1.0.0",
"description": "This repository contains the FLUG presentations.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"reveal.js": "^6.0.0"
},
"devDependencies": {
"vite": "^8.0.3"
}
}