-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
63 lines (63 loc) · 1.62 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
{
"name": "tgif",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write **/*.{ts,astro,json,cjs,mjs}",
"test": "vitest run --coverage"
},
"dependencies": {
"@astrojs/node": "^8.2.5",
"@astrojs/solid-js": "^4.1.0",
"@fontsource/jetbrains-mono": "^5.0.11",
"@fontsource/space-grotesk": "^5.0.8",
"@fontsource/unbounded": "^5.0.11",
"@formkit/auto-animate": "1.0.0-pre-alpha.3",
"@leafac/rehype-shiki": "^2.2.1",
"@sentry/astro": "^7.112.2",
"@solid-primitives/scheduled": "^1.4.1",
"astro": "^4.6.4",
"flourite": "^1.2.4",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"shiki": "^0.14.3",
"solid-js": "^1.8.17",
"unified": "^11.0.2",
"zod": "^3.22.2"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@iconify-json/fluent": "^1.1.33",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitest/coverage-v8": "^0.34.3",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"eslint": "^8.48.0",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"sass": "^1.66.1",
"typescript": "^5.2.2",
"unplugin-icons": "^0.16.6",
"vite-plugin-static-copy": "^1.0.1",
"vitest": "^0.34.3"
},
"peerDependencies": {
"@babel/core": "^7.20.7",
"postcss": "^8.4.20",
"shiki": "^0.11.1",
"typescript": "^4.9.4"
}
}