-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
{
"name": "madsky",
"type": "module",
"version": "1.7.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.7",
"@astrojs/node": "^8.3.4",
"@astrojs/solid-js": "^4.4.2",
"@aws-sdk/client-s3": "^3.540.0",
"@popperjs/core": "^2.11.8",
"@sindresorhus/is": "^6.2.0",
"@types/bootstrap": "^5.2.10",
"astro": "^4.15.9",
"astro-compress": "^2.2.14",
"astro-font": "^0.0.77",
"astro-iconify": "^1.2.0",
"bootstrap": "^5.3.3",
"chroma-js": "^2.4.2",
"dayjs": "^1.11.10",
"drizzle-orm": "^0.30.1",
"fast-average-color-node": "^3.0.0",
"ioredis": "^5.4.1",
"nanoid": "^5.0.6",
"number-helper-functions": "^4.1.1",
"ofetch": "^1.3.3",
"postgres": "^3.4.3",
"sharp": "^0.33.3",
"solid-js": "^1.8.15",
"solidjs-use": "^2.3.0",
"suncalc": "^1.9.0",
"typescript": "^5.4.2",
"unstorage": "^1.10.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/chroma-js": "^2.4.4",
"@types/suncalc": "^1.9.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"drizzle-kit": "^0.20.14",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.71.1"
},
"packageManager": "pnpm@8.10.2+sha1.e0b68270e89c817ff88b7be62466a2128c53af02"
}