-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.84 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.84 KB
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
58
59
60
61
62
{
"name": "astro-paper",
"version": "4.4.0",
"scripts": {
"dev": "tinacms dev -c \"astro dev\"",
"start": "astro dev",
"build": "npx tinacms build && astro build",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"format:check": "prettier --check . --plugin=prettier-plugin-astro",
"format": "prettier --write . --plugin=prettier-plugin-astro",
"lint": "eslint .",
"tina": "npx tinacms dev -c 'astro dev'"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/rss": "^4.0.9",
"@astropub/md": "^1.0.0",
"@giscus/react": "^3.0.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@resvg/resvg-js": "^2.6.2",
"astro": "^4.16.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fuse.js": "^7.0.0",
"lodash.kebabcase": "^4.1.1",
"lucide-react": "^0.453.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"satori": "^0.10.14",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tinacms": "^2.1.1",
"typescript": "^5.5.4"
},
"devDependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@tailwindcss/typography": "^0.5.13",
"@tinacms/cli": "^1.3.3",
"@types/github-slugger": "^1.3.0",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^22.5.5",
"@types/react": "^18.3.3",
"@typescript-eslint/parser": "^8.1.0",
"astro-eslint-parser": "^1.0.2",
"eslint": "^9.9.0",
"eslint-plugin-astro": "^1.2.3",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript-eslint": "^8.1.0"
}
}