-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 855 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 855 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
{
"name": "ccd-toolkit",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.12.6",
"@astrojs/react": "^4.1.5",
"@astrojs/starlight": "^0.31.0",
"@astrojs/starlight-markdoc": "^0.2.0",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.3",
"astro": "^5.18.1",
"astro-embed": "^0.9.0",
"prettier-plugin-tailwindcss": "0.6.9",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-pdf": "^9.2.1",
"sharp": "^0.32.6",
"tailwindcss": "3.4.4"
},
"devDependencies": {
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1"
}
}