-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.67 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.67 KB
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
54
55
56
57
58
59
60
{
"name": "@example/blog",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "npm run fetch-stars && astro build && npm run build:pagefind",
"build:pagefind": "node scripts/index-github-stars.js",
"preview": "astro preview",
"astro": "astro",
"test:e2e": "playwright test",
"fetch-stars": "node scripts/fetch-github-stars.js"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.1",
"@astrojs/netlify": "^6.5.2",
"@astrojs/react": "^4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/svelte": "^7.1.0",
"@astrojs/tailwind": "^6.0.2",
"@fontsource/fira-code": "^5.0.15",
"@giscus/react": "^3.1.0",
"@tensorflow/tfjs": "^0.11.6",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"astro": "^5.12.2",
"astro-pagefind": "^1.8.3",
"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",
"pagefind": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-use": "^17.4.2",
"svelte": "^5.34.7",
"tailwindcss": "^3.4.17",
"two.js": "^0.8.12",
"typescript": "^5.8.3",
"uppy": "^0.25.5"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"sass": "^1.69.5"
}
}