-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.74 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
{
"name": "projects-imartin.dav",
"type": "module",
"version": "1.0.0",
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "node -v && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/svelte": "^5.7.2",
"@astrojs/vercel": "^7.8.2",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/cib": "^1.2.1",
"@iconify-json/ion": "^1.2.1",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/material-symbols": "^1.2.6",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/noto-v1": "^1.2.0",
"@iconify-json/ri": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.11",
"@iconify-json/vscode-icons": "^1.2.2",
"@rive-app/canvas": "^2.23.4",
"astro": "^4.16.9",
"astro-icon": "^1.1.2",
"astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.20",
"d3": "^7.9.0",
"gsap": "^3.12.5",
"lenis": "^1.1.16",
"mdast-util-to-string": "^4.0.0",
"motion": "^10.18.0",
"reading-time": "^1.5.0",
"rimraf": "^6.0.1",
"solid-js": "^1.9.3",
"svelte": "^4.2.19"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/d3": "^7.4.3",
"@unocss/astro": "^0.59.4",
"@unocss/postcss": "^0.59.4",
"@unocss/preset-uno": "^0.59.4",
"@unocss/reset": "^0.59.4",
"autoprefixer": "^10.4.19",
"markdown-it": "^14.1.0",
"motion": "^10.17.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"sanitize-html": "^2.13.1",
"unocss": "^0.59.4"
}
}