-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
{
"name": "low-probability-prose",
"type": "module",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git@github.com:codenomnom/low-probability-prose.git"
},
"author": "codenomnom",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"new": "node scripts/create-post.mjs"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/newsreader": "^5.2.10",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.5",
"marked": "^17.0.5",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@clack/prompts": "^1.2.0",
"@tailwindcss/typography": "^0.5.19",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.60.1"
}
}