forked from ButterCMS/astro-starter-buttercms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 893 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
37
38
39
40
41
{
"name": "astro-starter-buttercms",
"type": "module",
"version": "1.1.3",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^5.3.2",
"@astrojs/react": "^2.2.1",
"@astrojs/vercel": "^3.8.0",
"@popperjs/core": "^2.11.8",
"astro": "^2.10.4",
"astro-seo-metadata": "^0.6.0",
"buttercms": "^1.2.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tiny-slider": "^2.9.4"
},
"devDependencies": {
"@types/node": "^18.11.8",
"@types/react": "^18.2.20"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}