-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "piapot.github.io",
"type": "module",
"version": "0.1.0",
"author": "piapot<[email protected]>",
"private": true,
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier -w .",
"deploy:vercel": "vercel --prod"
},
"dependencies": {
"astro": "^4.2.8",
"date-fns": "^3.3.1",
"github-markdown-css": "^5.5.0",
"solid-js": "^1.8.12"
},
"devDependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.1.0",
"@iconify-json/mdi": "^1.1.64",
"@iconify/tailwind": "^0.1.4",
"@types/node": "18.14.1",
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.3",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"remark-toc": "^9.0.0",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vercel": "^33.4.1"
}
}