-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 895 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
32
33
34
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"convert": "node html2pdf.js"
},
"dependencies": {
"@astrojs/image": "^0.7.0",
"@astrojs/tailwind": "^2.0.0",
"@astrojs/vue": "^1.0.2",
"astro": "^1.2.4",
"playwright": "^1.25.2",
"tailwindcss": "^3.1.8",
"vue": "^3.2.39"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.7",
"@iconify-json/circle-flags": "^1.1.21",
"@iconify-json/fluent-emoji": "^1.1.1",
"@iconify-json/fluent-emoji-high-contrast": "^1.1.1",
"@iconify-json/mdi": "^1.1.32",
"@iconify-json/openmoji": "^1.1.11",
"@iconify-json/ph": "^1.1.2",
"@vue/compiler-sfc": "^3.2.39",
"unplugin-icons": "^0.14.9"
}
}