-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"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/react": "3.4.0",
"@astrojs/svelte": "5.4.0",
"@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": "4.16.18",
"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": "4.2.19",
"typescript": "5.3.3",
"valibot": "0.30.0",
"vite": "5.4.12",
"web-vitals": "3.5.0"
},
"packageManager": "[email protected]"
}