-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.35 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "spiffy-star",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/preact": "^3.5.1",
"@astrojs/react": "^3.6.0",
"@astrojs/tailwind": "^5.1.0",
"@babel/eslint-parser": "^7.24.8",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
"@babel/plugin-transform-numeric-separator": "^7.24.7",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/plugin-transform-optional-chaining": "^7.24.8",
"@eslint/config-array": "^0.17.1",
"@eslint/object-schema": "^2.1.4",
"@preline/collapse": "^2.4.0",
"@preline/overlay": "^2.4.0",
"@preline/scrollspy": "^2.4.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.169.0",
"animate.css": "^4.1.1",
"aos": "^3.0.0-beta.6",
"astro": "^4.16.13",
"astro-icon": "^1.1.0",
"better-sqlite3": "^11.5.0",
"chart.js": "^4.4.3",
"d3": "^7.9.0",
"dagre": "^0.8.5",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"exif-js": "^2.3.0",
"exifreader": "^4.23.7",
"framer-motion": "^11.3.19",
"gatsby-remark-autolink-headers": "^6.13.1",
"glob": "^11.0.0",
"gsap": "^3.12.5",
"heic-convert": "^2.1.0",
"jquery": "^3.7.1",
"lru-cache": "^11.0.0",
"marked": "^13.0.3",
"openai": "^4.53.1",
"preact": "^10.23.1",
"preline": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.0",
"react-router-dom": "^6.25.1",
"react-tsparticles": "^2.12.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"rimraf": "^6.0.1",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
"sortablejs": "^1.15.3",
"swiper": "^11.1.14",
"three": "^0.169.0",
"tsparticles": "^3.5.0",
"tw-elements": "^2.0.0"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.67",
"@iconify/tailwind": "^1.1.1",
"pagefind": "^1.1.0",
"tailwindcss": "^3.4.7"
}
}