forked from tnonate/thenewoil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "the-new-oil-website",
"type": "module",
"scripts": {
"setup": "npm i && astro telemetry disable",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"scripts:fetch-blog": "ts-node scripts/fetchBlog/index.ts"
},
"engines": {
"node": ">= 20"
},
"devDependencies": {
"@types/node": "^18.11.17",
"astro-compress": "^2.2.5",
"astro-robots-txt": "^0.3.11",
"linkedom": "^0.16.1",
"node-fetch": "^3.3.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"sass": "^1.57.1",
"string-strip-html": "^13.0.4",
"svgo": "2.8",
"ts-node": ">= 10.9.1",
"typescript": "^4.9.4"
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^3.0.1",
"@astropub/md": "^0.1.4",
"@fontsource/roboto": "^4.5.8",
"@fontsource/roboto-mono": "^4.5.8",
"astro": "^2.0.10",
"astro-icon": "^0.8.0",
"tailwindcss": "^3.2.4"
}
}