-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.36 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@example/blog",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test:e2e": "playwright test"
},
"dependencies": {
"@astrojs/cloudflare": "^10.3.0",
"@astrojs/mdx": "^2.0.1",
"@astrojs/netlify": "^3.1.1",
"@astrojs/react": "^3.0.7",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/svelte": "^5.0.1",
"@fontsource/fira-code": "^5.0.15",
"@tensorflow/tfjs": "^0.11.6",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"astro": "^4.0.6",
"canvas-sketch": "^0.7.7",
"canvas-sketch-util": "^1.10.0",
"dayjs": "^1.11.10",
"feather-icons": "^4.29.1",
"framer-motion": "^7.6.2",
"glslify": "^7.1.1",
"loaders.css": "^0.1.2",
"modern-normalize": "^2.0.0",
"moment": "^2.29.4",
"nice-color-palettes": "^3.0.0",
"openai": "^4.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-use": "^17.4.2",
"svelte": "^4.2.8",
"two.js": "^0.8.12",
"uppy": "^0.25.5"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/moment": "^2.13.0",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"sass": "^1.69.5"
}
}