-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 843 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
35
{
"name": "astro-shop",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^3.1.1",
"@astrojs/vue": "^2.1.1",
"@fontsource/bebas-neue": "^4.5.9",
"@fontsource/titillium-web": "^4.5.9",
"@nanostores/vue": "^0.7.0",
"@popperjs/core": "^2.11.7",
"@videojs-player/vue": "^1.0.0",
"astro": "^2.1.3",
"flowbite": "^1.6.5",
"nanostores": "^0.8.1",
"tailwindcss": "^3.0.24",
"v-calendar": "^3.0.3",
"vue": "^3.2.30",
"vue3-popper": "^1.5.0"
},
"devDependencies": {
"@types/node": "^18.16.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.62.0",
"video.js": "^8.3.0"
}
}