-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 927 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 927 Bytes
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
{
"name": "sample-blog",
"private": true,
"version": "0.0.1",
"description": "Sample blog project for Shevky.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shevky/sample-blog.git"
},
"bugs": {
"url": "https://github.com/shevky/sample-blog/issues"
},
"homepage": "https://github.com/shevky/sample-blog#readme",
"scripts": {
"build": "shevky --build",
"dev": "shevky --dev"
},
"keywords": [
"shevky",
"fatih tatoglu",
"blog"
],
"author": "Fatih Tatoğlu",
"dependencies": {
"tailwindcss": "^4.2.1",
"@tailwindcss/typography": "^0.5.19",
"@shevky/core": "^0.0.8",
"@shevky/plugin-esbuild": "^0.0.3",
"@shevky/plugin-robots-txt": "^0.0.3",
"@shevky/plugin-rss": "^0.0.3",
"@shevky/plugin-sitemap": "^0.0.4",
"@shevky/plugin-tailwindcss": "^0.0.5",
"@shevky/plugin-content-bridge": "^0.0.5"
}
}