-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 964 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 964 Bytes
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": "pragma-website",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "tinacms dev -c \"astro dev\"",
"build": "astro build",
"deploy": "tinacms build && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"packageManager": "yarn@1.22.22",
"devDependencies": {
"@astrojs/check": "^0.5.9",
"@tinacms/cli": "^1.6",
"@types/node": "^20.16.5",
"astro": "^4.5.6",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"remark": "^15.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-stringify": "^11.0.0",
"typescript": "^5.4.2",
"unified": "^11.0.4"
},
"dependencies": {
"@astropub/md": "^1.0.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"remark-gfm": "^4.0.0",
"tinacms": "^2.2.3"
}
}