-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 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
35
36
{
"name": "astro-picture-element",
"version": "0.3.0",
"description": "Picture element helper to use with experimental Astro assets api.",
"type": "module",
"exports": "./index.ts",
"homepage": "https://github.com/tylergannon/astro-picture-element#readme",
"bugs": {
"url": "https://github.com/tylergannon/astro-picture-element/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tylergannon/astro-picture-element.git"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/tailwind": "5.0.0-beta.0",
"astro": "3.0.0-beta.4",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.3"
},
"peerDependencies": {
"astro": ">=2.8.0 <3.1"
},
"files": [
"README.md",
"./index.ts",
"./src/"
]
}