-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "munirap-personal-blog",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/mdx": "^0.18.2",
"@astrojs/tailwind": "^3.1.1",
"@astrojs/ts-plugin": "^1.0.6",
"@types/node": "^20.2.5",
"accessible-astro-components": "^1.6.6",
"astro": "^2.5.1",
"astro-compress": "2.2.5",
"astro-icon": "^0.8.0",
"dedent": "^1.2.0",
"gray-matter": "^4.0.3",
"marked": "^5.0.2",
"mdast-util-to-string": "^3.2.0",
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.6",
"reading-time": "^1.5.0",
"sass": "^1.60.0",
"svgo": "^2.8.0",
"tailwindcss": "^3.3.1",
"unist-util-visit": "^5.0.0"
},
"prettier": {
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 120,
"plugins": [
"prettier-plugin-astro",
"prettier-plugin-tailwindcss"
],
"pluginSearchDirs": false
},
"dependencies": {
"algoliasearch": "^4.17.2",
"mermaid": "^10.2.4"
}
}