-
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) · 932 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 932 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": "graphics-glossary",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate-types": "wrangler types"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"@astrojs/starlight": "^0.40.0",
"@astrojs/starlight-tailwind": "^5.0.0",
"@astrojs/svelte": "^9.0.0",
"@tailwindcss/vite": "^4.3.0",
"@types/three": "^0.184.1",
"astro": "^7.1.0",
"astro-expressive-code": "^0.42.0",
"sharp": "^0.34.5",
"svelte": "^5.56.3",
"tailwindcss": "^4.3.0",
"three": "^0.184.0",
"tweakpane": "^4.0.5",
"typescript": "^6.0.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@tweakpane/core": "^2.0.5",
"prettier": "3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.8.0"
}
}