-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "betsie-simple-editor",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"build:preview": "astro build && astro preview",
"format": "prettier -w --plugin-search-dir=. 'src/**/*.{js,jsx,ts,tsx,astro}'",
"astro": "astro"
},
"devDependencies": {
"@astrojs/image": "^0.11.6",
"@astrojs/mdx": "^0.12.2",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@fontsource/fira-code": "^4.5.13",
"@fontsource/inter": "^4.5.15",
"@tailwindcss/typography": "^0.5.9",
"astro": "^1.9.2",
"astro-compress": "^1.1.28",
"astro-icon": "^0.8.0",
"astro-layouts": "^0.1.1",
"flowbite": "^1.6.3",
"prettier-plugin-astro": "^0.7.2",
"rehype-katex": "^6.0.2",
"remark-code-title": "^0.2.2",
"remark-math": "^5.1.1",
"sharp": "^0.31.3",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.2.4"
},
"dependencies": {
"html2canvas": "^1.4.1",
"point-in-svg-polygon": "github:rubenv/point-in-svg-polygon#master"
}
}