-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 994 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 994 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
38
39
{
"name": "teonite-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-utils/context": "^1.1.15",
"@astro-utils/forms": "^3.13.14",
"@astrojs/mdx": "^3.1.7",
"@astrojs/starlight": "^0.28.2",
"@microflash/rehype-figure": "^2.1.0",
"@rollup/plugin-yaml": "^4.1.2",
"@types/three": "^0.167.1",
"astro": "^4.15.9",
"astro-robots-txt": "1.0.0",
"astro-seo": "^0.8.4",
"es-cookie": "^1.5.0",
"motion": "^10.18.0",
"sharp": "^0.33.5",
"starlight": "^0.3.9",
"three": "^0.167.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@astrojs/sitemap": "^3.1.6",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"sass": "<=1.75"
}
}