forked from anse-app/anse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.44 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
{
"name": "anse",
"version": "1.1.11",
"packageManager": "[email protected]",
"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",
"postinstall": "npx simple-git-hooks"
},
"dependencies": {
"@astrojs/netlify": "2.3.0",
"@astrojs/node": "^5.3.0",
"@astrojs/solid-js": "^2.2.0",
"@astrojs/vercel": "^3.6.0",
"@mapbox/rehype-prism": "^0.8.0",
"@nanostores/solid": "^0.4.2",
"@solid-primitives/clipboard": "^1.5.6",
"@solid-primitives/keyboard": "^1.2.3",
"@solid-primitives/scheduled": "^1.3.2",
"@solid-primitives/scroll": "^2.0.17",
"@unocss/reset": "^0.53.4",
"@zag-js/checkbox": "^0.10.3",
"@zag-js/dialog": "^0.10.3",
"@zag-js/menu": "^0.10.3",
"@zag-js/select": "^0.10.3",
"@zag-js/slider": "^0.10.3",
"@zag-js/solid": "^0.10.3",
"@zag-js/switch": "^0.10.3",
"@zag-js/tabs": "^0.10.3",
"@zag-js/toast": "^0.10.3",
"@zag-js/toggle": "^0.10.3",
"@zag-js/tooltip": "^0.10.3",
"astro": "^2.7.3",
"bumpp": "^9.1.1",
"destr": "^2.0.0",
"eslint": "^8.44.0",
"eventsource-parser": "^1.0.0",
"idb-keyval": "^6.2.1",
"js-sha256": "^0.9.0",
"katex": "^0.16.8",
"nanostores": "^0.9.3",
"prism-theme-vars": "^0.2.4",
"rehype-katex": "^6.0.3",
"rehype-stringify": "^9.0.3",
"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.0",
"solid-js": "1.7.7",
"solid-transition-group": "^0.2.2",
"unified": "^10.1.2"
},
"devDependencies": {
"@evan-yang/eslint-config": "^1.0.9",
"@iconify-json/carbon": "^1.1.18",
"@iconify-json/simple-icons": "^1.1.58",
"@types/mapbox__rehype-prism": "^0.8.0",
"@typescript-eslint/parser": "^5.60.1",
"@vite-pwa/astro": "^0.1.1",
"eslint-plugin-astro": "^0.27.2",
"html2canvas": "^1.4.1",
"lint-staged": "^13.2.3",
"punycode": "^2.3.0",
"simple-git-hooks": "^2.8.1",
"unocss": "^0.50.8",
"vite-plugin-pwa": "^0.16.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "pnpm lint:fix"
}
}