-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.51 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
{
"name": "tlon-q1-2024",
"type": "module",
"version": "1.0.0",
"description": "A network-native social computer doesnt exist. Unless?",
"keywords": [
"website",
"astro",
"sanity"
],
"scripts": {
"dev": "astro dev --port 2222",
"dev:host": "astro dev --port 2222 --host",
"dev:sanity": "(cd sanity && npm run dev)",
"dev:sanity:deploy": "(cd sanity && npm run deploy)",
"sanity:install": "(cd sanity && npm install)",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format:check": "prettier --check . --plugin=prettier-plugin-astro",
"format": "prettier --write . --plugin=prettier-plugin-astro",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/partytown": "^2.0.4",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@sanity/astro": "^2.2.1",
"@sanity/client": "^6.15.1",
"astro": "^4.4.9",
"astro-portabletext": "^0.9.6",
"date-fns": "^3.3.1",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/parser": "^7.1.0",
"astro-eslint-parser": "^0.16.3",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"postcss-nesting": "^12.0.4",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11"
},
"engines": {
"node": "18.x"
}
}