-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "copernicus",
"type": "module",
"version": "0.8.4",
"scripts": {
"dev": "astro dev",
"pretty": "prettier --write .",
"start": "astro dev",
"build": "astro build && mv dist/redirects dist/_redirects",
"postbuild": "npx pagefind",
"preview": "astro preview",
"astro": "astro",
"ncu": "ncu"
},
"dependencies": {
"@astrojs/cloudflare": "^11.1.0",
"@astrojs/mdx": "^3.1.7",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.2.0",
"@picocss/pico": "^2.0.6",
"astro": "^4.15.11",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"github-slugger": "^2.0.0",
"node-emoji": "^2.1.3",
"pagefind": "^1.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"rehype-external-links": "^3.0.0",
"rehype-figure": "^1.0.1",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-emoji": "^5.0.1",
"remark-hint": "^1.0.10",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"npm-check-updates": "^17.1.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}