-
-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.74 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.74 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
61
62
63
64
65
66
{
"name": "astro-bento-portfolio",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --remote",
"preview": "astro preview",
"astro": "astro",
"site-setup": "node scripts/setup.mjs",
"eslint": "eslint 'src/**/*.{js,astro}'",
"check": "astro check",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/db": "^0.20.1",
"@astrojs/netlify": "^7.0.6",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/solid-js": "^6.0.1",
"@astrojs/svelte": "^8.0.4",
"@iconify-json/ri": "^1.2.10",
"@rive-app/canvas": "^2.36.0",
"@swup/astro": "^1.8.0",
"@swup/overlay-theme": "^2.0.2",
"astro": "^6.1.3",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.27",
"d3": "^7.9.0",
"gsap": "^3.14.2",
"lenis": "^1.3.21",
"mdast-util-to-string": "^4.0.0",
"motion": "^12.38.0",
"reading-time": "^1.5.0",
"solid-js": "^1.9.12",
"svelte": "^5.55.1"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@typescript-eslint/parser": "^8.58.0",
"@unocss/astro": "^66.6.7",
"@unocss/postcss": "^66.6.7",
"@unocss/preset-uno": "^66.6.7",
"@unocss/reset": "^66.6.7",
"autoprefixer": "^10.4.27",
"eslint": "^10.1.0",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"markdown-it": "^14.1.1",
"motion": "^12.38.0",
"sanitize-html": "^2.17.2",
"typescript": "^6.0.2",
"unocss": "^66.6.7"
},
"lint-staged": {
"src/**/*.{js,astro}": [
"eslint --fix"
]
},
"packageManager": "pnpm@10.33.0"
}