forked from JeffMatson/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
48
49
50
51
52
53
54
55
{
"name": "@jeffmatson/site",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"test:run": "vitest run",
"coverage": "vitest run --coverage",
"test-ui": "vitest --ui"
},
"devDependencies": {
"@astrojs/mdx": "^3.1.7",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6",
"@nanostores/react": "^0.4.1",
"@netlify/functions": "^1.4.0",
"@playwright/test": "^1.31.2",
"@types/jsonld": "^1.5.8",
"@types/md5": "^2.3.2",
"@types/node": "^18.14.0",
"@types/react": "^18.0.28",
"@types/validator": "^13.7.12",
"@vitest/coverage-c8": "^0.28.5",
"@vitest/ui": "^0.28.5",
"astro": "^4.15.9",
"happy-dom": "^8.7.2",
"md5": "^2.3.0",
"nanostores": "^0.7.4",
"playwright": "^1.31.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.58.3",
"use-local-storage": "^2.3.6",
"validator": "^13.9.0",
"vitest": "^0.28.5",
"zod": "^3.20.6"
},
"dependencies": {
"@apollo/client": "^3.7.9",
"@astrojs/netlify": "^5.5.3",
"@astrojs/partytown": "^2.1.2",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/rss": "^4.0.7",
"@nanostores/persistent": "^0.7.0",
"graphql": "^16.6.0",
"html-react-parser": "^3.0.9",
"jsonld": "^8.1.0"
}
}