forked from ethereumfollowprotocol/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.97 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
56
57
{
"name": "docs",
"version": "0.0.1",
"description": "Ethereum Follow Protocol Documentation",
"repository": "github:ethereumfollowprotocol/docs",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro",
"lint": "eslint --fix . --ext='js,cjs,mjs,ts,tsx,d.ts,astro,md,mdx,json' --report-unused-disable-directives --max-warnings=0 --cache",
"format": "prettier --write . --ignore-path='.eslintignore' --ignore-unknown --cache",
"typecheck": "tsc --project tsconfig.json --noEmit",
"clean": "rm -rf .astro dist node_modules bun.lockb pnpm-lock.yaml"
},
"devDependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/starlight": "^0.16.0",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.4.0",
"@fontsource/ibm-plex-mono": "^5.0.8",
"@fontsource/inter": "^5.0.16",
"@sentry/astro": "^7.95.0",
"@spotlightjs/astro": "^1.0.10",
"@tailwindcss/typography": "^0.5.10",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bun": "^1.0.4",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"astro": "^4.2.4",
"bun": "^1.0.25",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.3",
"eslint-plugin-jsonc": "^2.13.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^50.0.1",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"sharp": "^0.33.2",
"shikiji-twoslash": "^0.10.0",
"starlight-links-validator": "^0.5.2",
"tailwindcss": "^3.4.1",
"typed-query-selector": "^2.11.0",
"typescript": "^5.3.3"
},
"homepage": "https://docs.ethfollow.xyz",
"sideEffects": false,
"private": true
}