-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 999 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
{
"name": "stackbit-eleventy-starter",
"version": "0.2.0",
"repository": "https://github.com/kickstartDS/stackbit-eleventy-starter",
"license": "MIT",
"scripts": {
"build": "npx @11ty/eleventy",
"start": "concurrently --raw \"npm:start:*\"",
"start:11ty": "npx @11ty/eleventy --serve --incremental",
"start:stackbit": "npx stackbit dev"
},
"dependencies": {
"front-matter": "^4.0.2",
"glob": "^10.4.1",
"markdown-to-jsx": "^7.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@kickstartds/eleventy-plugin-kickstartds": "^0.0.7",
"@stackbit/cli": "^0.3.85",
"@stackbit/cms-git": "^1.0.1",
"@stackbit/types": "^2.0.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"concurrently": "^8.2.2",
"patch-package": "^8.0.0",
"typescript": "^5.4.5"
}
}