-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.65 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.65 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "www",
"description": "My personal site, rebuilt using Astro",
"author": "Xander Low <xander@xandydandy.com> (https://www.xandydandy.com)",
"type": "module",
"module": "commonjs",
"version": "2.5.0",
"scripts": {
"dev": "rm -rf .astro/ && astro dev --port 3000",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write . --plugin prettier-plugin-astro",
"lint": "eslint \"**/*.{js,jsx,ts,tsx,astro}\"",
"lint:fix": "eslint \"**/*.{js,jsx,ts,tsx,astro}\" --fix",
"sketch:square": "hygen square new --name",
"sketch:a0": "hygen a0 new --name",
"sketch:a1": "hygen a1 new --name",
"sketch:a2": "hygen a2 new --name",
"sketch:a3": "hygen a3 new --name",
"sketch:a4": "hygen a4 new --name",
"sketch:iphone-15": "hygen iphone-15 new --name",
"sketch:iphone-pro-max": "hygen iphone-pro-max new --name",
"sketch:legal": "hygen legal new --name",
"sketch:letter": "hygen letter new --name",
"sketch:shader": "hygen shader new --name"
},
"dependencies": {
"@astrojs/mdx": "4.3.4",
"@astrojs/solid-js": "5.1.0",
"@astrojs/vercel": "8.2.6",
"@fontsource/dm-mono": "5.2.6",
"@fontsource/dm-serif-text": "5.2.6",
"@jlengstorf/get-share-image": "1.0.2",
"@nanostores/persistent": "0.10.2",
"@nanostores/solid": "0.4.2",
"@vercel/blob": "1.1.1",
"astro": "5.13.4",
"change-case": "5.4.4",
"dat.gui": "^0.7.9",
"fetch-base64": "2.1.2",
"fuse.js": "7.1.0",
"jspdf": "2.5.1",
"mixbox": "2.0.0",
"motion": "^10.18.0",
"nanostores": "0.11.2",
"nice-color-palettes": "^4.0.0",
"p5": "2.0.5-rc.0",
"p5.plotsvg": "^0.1.6",
"sharp": "0.34.3",
"solid-js": "1.9.9"
},
"devDependencies": {
"@tailwindcss/vite": "4.1.12",
"@types/clmtrackr": "^1.1.3",
"@types/dat.gui": "^0.7.13",
"@types/geojson": "7946.0.16",
"@types/p5": "^1.7.6",
"@typescript-eslint/eslint-plugin": "8.41.0",
"@typescript-eslint/parser": "8.41.0",
"buffer": "6.0.3",
"eslint": "9.34.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "3.3.0",
"eslint-plugin-unused-imports": "4.2.0",
"hygen": "6.2.11",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "4.1.12",
"ts-node": "10.9.2",
"typescript": "5.9.2",
"vite": "7.1.3"
},
"trustedDependencies": [
"sharp"
]
}