-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.18 KB
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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "filip.is-a.dev",
"description": "Filip Kalný's resume site",
"type": "module",
"private": true,
"version": "3.2.1",
"homepage": "https://filip.is-a.dev",
"repository": {
"type": "git",
"url": "https://github.com/totalolage/totalolage.github.io"
},
"license": "MIT",
"packageManager": "bun@1.1.9",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"start": "astro preview"
},
"dependencies": {
"@astrojs/check": "0.9.9",
"@astrojs/mdx": "6.0.2",
"@astrojs/tailwind": "6.0.2",
"@tailwind-plugin/expose-colors": "^1.1.8",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.12.12",
"@types/svg-parser": "^2.0.6",
"astro": "6.4.4",
"astro-font": "^0.0.81",
"svg-parser": "^2.0.4",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"eslint": "^9.3.0",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14"
}
}