-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (54 loc) · 1.47 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": "blog-astro-sanity",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"sanity:dev": "sanity dev",
"sanity:start": "sanity start",
"sanity:build": "sanity build",
"sanity:deploy": "sanity deploy",
"sanity:deploy-graphql": "sanity graphql deploy"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/react": "^3.0.9",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/tailwind": "^5.1.0",
"@portabletext/react": "^3.0.11",
"@sanity/code-input": "^4.1.2",
"@sanity/image-url": "^1.0.2",
"@sanity/table": "^1.0.1",
"@sanity/vision": "^3.23.4",
"astro": "^4.0.8",
"astro-seo-metadata": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.14.1",
"react-syntax-highlighter": "^15.5.0",
"sanity": "^3.23.4",
"sanity-plugin-media": "^2.2.4",
"sanity-plugin-mux-input": "^2.2.3",
"shiki": "^0.14.7",
"styled-components": "^6.1.6",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
},
"prettier": {
"semi": false,
"printWidth": 100,
"bracketSpacing": false,
"singleQuote": true
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.11",
"shikiji": "^0.9.14"
}
}