-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 Bytes
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
{
"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"
},
"dependencies": {
"@astrojs/image": "^0.13.0",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/svelte": "^2.0.0",
"@astrojs/tailwind": "^3.0.0",
"@nanostores/persistent": "^0.7.0",
"@storyblok/astro": "^2.0.1",
"astro": "^2.0.0",
"nanostores": "^0.7.1",
"sharp": "^0.31.1",
"svelte": "^3.51.0",
"swiper": "^8.4.3",
"tailwindcss": "^3.2.4",
"web-streams-polyfill": "^3.2.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2"
}
}