-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"private": true,
"name": "talks",
"version": "1.0.0",
"description": "Collection of talks I have prepared or done so far",
"homepage": "https://github.com/tboerger/talks#readme",
"license": "CC-BY-SA-4.0",
"author": "Thomas Boerger <thomas@boerger.ws>",
"repository": "https://github.com/tboerger/talks.git",
"bugs": {
"url": "https://github.com/tboerger/talks/issues",
"email": "thomas@boerger.ws"
},
"scripts": {
"clean": "rimraf dist/",
"build": "pnpm -r run build",
"export": "pnpm -r run export",
"redirs": "find dist -iname _redirects | grep -v dist/_redirects | xargs cat >> dist/_redirects"
},
"dependencies": {
"@slidev/cli": "0.50.0",
"@vitejs/plugin-vue": "^5.0.0",
"qrious": "4.0.2",
"slidev-theme-meetup": "1.5.3",
"vite-plugin-windicss": "^1.9.3",
"vite-svg-loader": "5.1.0"
},
"devDependencies": {
"@iconify-json/mdi": "1.2.2",
"github-fork-ribbon-css": "0.2.3",
"playwright-chromium": "1.49.1",
"pnpm": "9.15.3",
"rimraf": "6.0.1"
}
}