add: presentation
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user