-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 855 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
{
"name": "from-ticket-to-pull-request",
"type": "module",
"private": true,
"scripts": {
"build": "slidev build",
"dev": "slidev --open",
"export": "slidev export --with-clicks"
},
"dependencies": {
"@slidev/cli": "^0.48.3",
"@slidev/theme-apple-basic": "^0.25.0",
"@slidev/theme-default": "^0.25.0",
"@slidev/theme-seriph": "^0.25.0"
},
"version": "0.0.0",
"devDependencies": {
"@iconify-json/entypo": "^1.1.8",
"@iconify-json/fa": "^1.1.8",
"@iconify-json/fa6-solid": "^1.1.20",
"@iconify-json/grommet-icons": "^1.1.10",
"@iconify-json/noto": "^1.1.18",
"@iconify-json/pajamas": "^1.1.40",
"@iconify-json/radix-icons": "^1.1.14",
"playwright-chromium": "^1.42.1"
},
"packageManager": "[email protected]+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781"
}