-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "www",
"description": "My personal site, rebuilt using Astro",
"author": "Xander Low <[email protected]> (https://www.xandydandy.com)",
"type": "module",
"module": "commonjs",
"version": "2.2.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": "3.1.3",
"@astrojs/solid-js": "4.4.1",
"@astrojs/vercel": "7.7.2",
"@auth/core": "0.34.2",
"@fontsource/dm-mono": "5.0.20",
"@fontsource/dm-serif-text": "5.0.20",
"@jlengstorf/get-share-image": "1.0.2",
"@nanostores/persistent": "0.10.2",
"@nanostores/solid": "0.4.2",
"@types/dat.gui": "^0.7.13",
"@vercel/blob": "0.23.4",
"astro": "4.14.2",
"auth-astro": "4.1.2",
"change-case": "5.4.4",
"dat.gui": "^0.7.9",
"fetch-base64": "2.1.2",
"fuse.js": "7.0.0",
"jspdf": "2.5.1",
"mixbox": "2.0.0",
"motion": "^10.18.0",
"nanostores": "0.11.2",
"nice-color-palettes": "^3.0.0",
"p5": "1.10.0",
"p5.js-svg": "github:johnfmorton/p5.js-svg#main",
"sharp": "0.33.5",
"solid-js": "1.8.21"
},
"devDependencies": {
"@tailwindcss/vite": "4.0.0-alpha.8",
"@types/clmtrackr": "^1.1.3",
"@types/geojson": "7946.0.14",
"@types/p5": "1.7.6",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"buffer": "6.0.3",
"eslint": "9.9.0",
"eslint-plugin-astro": "1.2.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "3.2.0",
"eslint-plugin-unused-imports": "4.1.3",
"hygen": "6.2.11",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "4.0.0-alpha.8",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"vite": "5.4.1"
},
"trustedDependencies": [
"sharp"
]
}