-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.3 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
{
"name": "stojanow.com",
"license": "BSD-3-Clause",
"description": "Piotr Stojanow's essays, blog, tweetstorms and book notes. A personal site.",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro telemetry disable && astro build",
"preview": "astro preview",
"check": "astro check --fail-on-warnings",
"format": "prettier --write --plugin-search-dir=. .",
"prettier:check": "prettier --check --plugin-search-dir=. ."
},
"devDependencies": {
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@iconify/json": "^2.2.239",
"@tailwindcss/typography": "^0.5.14",
"@typescript-eslint/parser": "^8.2.0",
"astro": "^4.14.3",
"astro-compress": "^2.3.1",
"astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-plugin-astro": "^1.2.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript": "^5.5.4",
"unplugin-icons": "^0.19.2",
"vite": "^5.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/psto/stojanow.com"
},
"peerDependencies": {
"typescript": "^4.8.4",
"vite": "^2.9.14"
},
"dependencies": {
"tailwindcss": "^3.4.10"
}
}