-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1014 Bytes
/
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
{
"name": "talks",
"version": "0.0.0",
"description": "beau's talks",
"homepage": "https://github.com/cbeauhilton/talks#readme",
"author": "Beau Hilton <[email protected]>",
"repository": "https://github.com/cbeauhilton/talks.git",
"bugs": {
"url": "https://github.com/cbeauhilton/talks/issues",
"email": "[email protected]"
},
"packageManager": "[email protected]",
"scripts": {
"clean": "rimraf dist/ && cd topics && find . -type f -name 'index.html' -delete",
"build": "pnpm -r run build",
"export": "pnpm -r run export",
"redirs": "find dist -iname _redirects | grep -v dist/_redirects | xargs cat >> dist/_redirects",
"mis": "pnpm run clean && pnpm run build && pnpm run redirs"
},
"dependencies": {
"@slidev/cli": "^0.45.0",
"rimraf": "^5.0.5",
"slidev-theme-academic": "^1.1.3",
"slidev-theme-meetup": "1.2.0",
"vite-svg-loader": "^4.0.0"
},
"devDependencies": {
"github-fork-ribbon-css": "0.2.3",
"postcss": "^8.4.32"
}
}