-
-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.41 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
{
"name": "astro-bento-portfolio",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"eslint": "eslint 'src/**/*.{js,astro}'",
"check": "astro check"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/netlify": "^6.6.3",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/solid-js": "^5.1.3",
"@astrojs/svelte": "^7.2.2",
"@iconify-json/ri": "^1.2.6",
"@rive-app/canvas": "^2.32.2",
"astro": "^5.16.4",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.22",
"d3": "^7.9.0",
"gsap": "^3.13.0",
"lenis": "^1.3.15",
"mdast-util-to-string": "^4.0.0",
"motion": "^12.23.25",
"reading-time": "^1.5.0",
"solid-js": "^1.9.10",
"svelte": "^5.45.6"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@typescript-eslint/parser": "^8.48.1",
"@unocss/astro": "^66.5.10",
"@unocss/postcss": "^66.5.10",
"@unocss/preset-uno": "^66.5.10",
"@unocss/reset": "^66.5.10",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"markdown-it": "^14.1.0",
"motion": "^12.23.25",
"sanitize-html": "^2.17.0",
"typescript": "^5.9.3",
"unocss": "^66.5.10"
}
}