-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
94 lines (94 loc) · 2.75 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "yrnana.github.io",
"version": "0.2.0",
"private": true,
"description": "yrnana.dev",
"author": {
"name": "nana.na",
"url": "https://yrnana.dev",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yrnana/yrnana.github.io.git"
},
"homepage": "https://yrnana.dev",
"keywords": [
"astro",
"gh-pages"
],
"scripts": {
"start": "astro dev",
"build": "astro build",
"postbuild": "node ./scripts/search-index.mjs",
"preview": "astro preview",
"clean": "rm -rf dist",
"astro": "astro",
"lint": "eslint './src/**/*.{js,ts,tsx,astro}'",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,md,astro}\"",
"type-check": "astro check && tsc -p config.json"
},
"dependencies": {
"@astrojs/mdx": "^1.1.0",
"@astrojs/prefetch": "^0.4.0",
"@astrojs/react": "^3.0.2",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@nanostores/react": "^0.7.1",
"@remark-embedder/core": "^3.0.2",
"@remark-embedder/transformer-oembed": "^3.0.0",
"astro": "^3.1.0",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"lodash-es": "^4.17.21",
"lunr": "^2.3.9",
"mark.js": "^8.11.1",
"nanostores": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-external-links": "^3.0.0",
"rehype-stringify": "^10.0.0",
"remark-breaks": "^3.0.3",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remark-stringify": "^10.0.3",
"remark-unwrap-images": "^3.0.1",
"sharp": "^0.32.5",
"unified": "^11.0.3"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@types/lodash-es": "^4.17.9",
"@types/lunr": "^2.3.5",
"@types/mark.js": "^8.11.8",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"globby": "^13.2.2",
"gray-matter": "^4.0.3",
"hastscript": "^8.0.0",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"remark": "^14.0.3",
"strip-markdown": "^5.0.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}