-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "kickstart-astro",
"type": "module",
"version": "0.0.14",
"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.8",
"@astrojs/node": "^10.0.5",
"@contentstack/delivery-sdk": "^5.2.0",
"@contentstack/live-preview-utils": "^4.4.0",
"@tailwindcss/vite": "^4.2.4",
"@timbenniks/contentstack-endpoints": "^2.1.0",
"astro": "^6.1.8",
"tailwindcss": "^4.2.4",
"typescript": "^5.9.3"
},
"devDependencies": {
"@emnapi/core": "^1.10.0",
"@napi-rs/wasm-runtime": "^1.1.4",
"emnapi": "^1.10.0"
}
}