-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1022 Bytes
/
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
36
37
38
39
40
{
"name": "rjkilpatrick.uk",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/prefetch": "^0.3.0",
"@astrojs/react": "^2.2.1",
"@astrojs/sitemap": "^2.0.1",
"@fontsource/epilogue": "^5.0.5",
"@fontsource/inter": "^5.0.5",
"@fontsource/space-mono": "^5.0.5",
"@react-three/drei": "^9.80.0",
"@react-three/fiber": "^8.13.6",
"@tensorflow/tfjs": "^4.9.0",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"astro": "^2.9.6",
"astro-icon": "^0.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-katex": "^6.0.3",
"rehype-slug": "^5.1.0",
"remark-math": "^5.1.1",
"reveal.js": "^4.5.0",
"three": "^0.154.0"
},
"devDependencies": {
"sass": "^1.64.1"
}
}