-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 KB
/
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
{
"name": "cdv-blog",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c 'astro dev'",
"start": "tinacms dev -c 'astro dev'",
"build": "tinacms build && astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/preact": "^3.4.0",
"@astrojs/sitemap": "^3.1.5",
"@tinacms/cli": "^1.5.46",
"@types/node": "^20.14.2",
"astro": "^4.10.0",
"autoprefixer": "^10.4.19",
"prettier": "^2.8.8",
"sass": "^1.77.4"
},
"dependencies": {
"@astrojs/rss": "^4.0.6",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.21",
"astro-icon": "^1.1.5",
"dayjs": "^1.11.11",
"markdown-it": "^13.0.2",
"open-props": "^1.7.4",
"preact": "^10.22.0",
"sanitize-html": "^2.13.0",
"tinacms": "^1.6.4"
},
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}