-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
36
37
38
39
40
{
"name": "@example/starter",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && jampack ./dist",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/tailwind": "^1.0.0",
"@astrojs/vue": "^1.0.0",
"@divriots/jampack": "^0.23.3",
"@tailwindcss/typography": "^0.5.4",
"astro": "^1.1.2",
"prettier-plugin-astro": "^0.5.3",
"sass": "^1.54.7",
"sass-loader": "^13.0.2",
"vue": "^3.2.38"
},
"dependencies": {
"@sanity/block-content-to-markdown": "^0.0.5",
"@sanity/client": "^3.3.0",
"@sanity/image-url": "^1.0.1",
"@swup/fade-theme": "^1.0.5",
"@swup/scripts-plugin": "^1.1.0",
"@vueuse/components": "^9.1.1",
"@vueuse/core": "^9.1.1",
"animejs": "^3.2.1",
"astro-imagetools": "^0.6.11",
"date-fns": "^2.29.2",
"prettier": "^2.7.1",
"sanity-blocks-vue-component": "^1.0.1",
"swup": "^2.0.19",
"tailwindcss": "^3.1.8",
"vite": "^3.0.9",
"webpack": "^5.74.0"
}
}