-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 905 Bytes
/
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
{
"name": "katokdoes.art",
"version": "1.0.0-astro",
"description": "Me personal website",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prettify": "prettier --write ."
},
"dependencies": {
"@astrojs/mdx": "^1.1.0",
"astro": "^3.1.0"
},
"devDependencies": {
"bun-types": "^1.0.2",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/katokdoescode/katokdoes.art.git"
},
"keywords": [
"11ty",
"A11Y",
"html",
"css",
"js",
"astro"
],
"author": "@katokdoescode",
"license": "ISC",
"bugs": {
"url": "https://github.com/katokdoescode/katokdoes.art/issues"
},
"homepage": "https://github.com/katokdoescode/katokdoes.art#readme"
}