summaryrefslogtreecommitdiff
path: root/examples/framework-alpine/package.json
blob: 4c6c7264e11237005a03e268dadf5b02bd90db91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "@example/framework-alpine",
  "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/alpinejs": "^0.4.0",
    "@types/alpinejs": "^3.13.5",
    "alpinejs": "^3.13.3",
    "astro": "^4.5.9"
  }
}