-
Notifications
You must be signed in to change notification settings - Fork 434
/
package.json
74 lines (74 loc) · 2.24 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
{
"name": "anse",
"version": "1.1.11",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build:vercel": "OUTPUT=vercel astro build",
"build:netlify": "OUTPUT=netlify astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.astro",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx,.astro --fix",
"release": "bumpp"
},
"dependencies": {
"@astrojs/netlify": "2.3.0",
"@astrojs/node": "^5.3.6",
"@astrojs/solid-js": "^2.2.1",
"@astrojs/vercel": "^3.8.2",
"@mapbox/rehype-prism": "^0.8.0",
"@nanostores/solid": "^0.4.2",
"@solid-primitives/clipboard": "^1.5.7",
"@solid-primitives/event-listener": "^2.3.0",
"@solid-primitives/keyboard": "^1.2.5",
"@solid-primitives/scheduled": "^1.4.1",
"@solid-primitives/scroll": "^2.0.20",
"@unocss/reset": "^0.53.6",
"@zag-js/checkbox": "^0.10.5",
"@zag-js/dialog": "^0.10.5",
"@zag-js/menu": "^0.10.5",
"@zag-js/select": "^0.10.5",
"@zag-js/slider": "^0.10.5",
"@zag-js/solid": "^0.10.5",
"@zag-js/switch": "^0.10.5",
"@zag-js/tabs": "^0.10.5",
"@zag-js/toast": "^0.10.5",
"@zag-js/toggle": "^0.10.5",
"@zag-js/tooltip": "^0.10.5",
"astro": "^2.10.15",
"bumpp": "^9.2.0",
"destr": "^2.0.2",
"eslint": "^8.52.0",
"eventsource-parser": "^1.1.1",
"idb-keyval": "^6.2.1",
"js-sha256": "^0.9.0",
"katex": "^0.16.9",
"nanostores": "^0.9.4",
"prism-theme-vars": "^0.2.4",
"rehype-katex": "^6.0.3",
"rehype-stringify": "^9.0.4",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"solid-emoji-picker": "^0.2.1",
"solid-js": "1.8.7",
"solid-transition-group": "^0.2.3",
"unified": "^10.1.2"
},
"devDependencies": {
"@evan-yang/eslint-config": "^1.0.9",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/simple-icons": "^1.1.76",
"@types/mapbox__rehype-prism": "^0.8.2",
"@typescript-eslint/parser": "^5.62.0",
"@vite-pwa/astro": "^0.1.4",
"eslint-plugin-astro": "^0.27.2",
"html2canvas": "^1.4.1",
"punycode": "^2.3.1",
"unocss": "^0.50.8",
"vite-plugin-pwa": "^0.16.6"
}
}