-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.42 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.42 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "guardian-engineering-site",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"types": "tsc --noEmit --skipLibCheck",
"format": "prettier src --plugin=prettier-plugin-astro --write",
"validate": "prettier src --plugin=prettier-plugin-astro --check",
"prepare": "husky install"
},
"dependencies": {
"@astrojs/mdx": "4.3.13",
"@astrojs/react": "4.4.2",
"@astrojs/rss": "^4.0.16",
"@astrojs/svelte": "7.2.5",
"@babel/core": "7.20.12",
"@emotion/babel-plugin": "11.11.0",
"@emotion/react": "11.11.4",
"@guardian/libs": "16.1.4",
"@guardian/source": "1.0.3",
"@types/marked": "4.0.8",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.25",
"astro": "5.17.3",
"astro-pagefind": "^1.8.3",
"husky": "8.0.3",
"marked": "4.2.5",
"prettier-plugin-astro": "0.14.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.57.1",
"svelte": "5.53.5",
"typescript": "5.3.3",
"valibot": "0.30.0",
"vite": "6.4.1",
"web-vitals": "3.5.0"
},
"packageManager": "pnpm@8.5.0+sha256.b013403809dc950d169f16423b74e9b6c749f6934adb067abe90e9a16b89935f",
"prettier": {
"overrides": [
{
"files": [
"*.md"
],
"options": {
"singleQuote": true
}
}
]
}
}