-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
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": "kickstart-astro",
"type": "module",
"version": "0.0.10",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/contentstack/kickstart-astro"
},
"description": "Contentstack Kickstarts are the minimum amount of code needed to connect to Contentstack.",
"author": "Tim Benniks <tim.benniks@contentstack.com>",
"homepage": "https://contentstack.com",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/node": "^9.5.4",
"@contentstack/delivery-sdk": "^4.11.2",
"@contentstack/live-preview-utils": "^4.2.1",
"@tailwindcss/vite": "^4.2.1",
"@timbenniks/contentstack-endpoints": "^2.1.0",
"astro": "^5.18.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@emnapi/core": "^1.8.1",
"@napi-rs/wasm-runtime": "^1.1.1",
"emnapi": "^1.8.1"
},
"overrides": {
"unstorage": "1.17.4"
}
}