-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
46
47
48
49
50
51
52
{
"name": "ajv-homepage",
"version": "5.0.0",
"type": "module",
"private": true,
"description": "A humble homepage of sorts.",
"scripts": {
"test": "astro check",
"generate-pdf": "markdown-pdf site/cv.md -o site/.vuepress/public/cv.pdf -s dist/assets/css/styles.min.css",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreasvirkus/cottage.git"
},
"author": "https://github.com/andreasvirkus",
"bugs": {
"url": "https://github.com/andreasvirkus/cottage/issues"
},
"homepage": "https://andreasvirkus.me",
"browserslist": [
"> 2%",
"not dead",
"last 2 versions",
"not ie > 0"
],
"dependencies": {
"@astrojs/check": "^0.5.5",
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/vue": "^4.0.8",
"animated-cursor": "^1.2.0",
"astro": "^4.4.3",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.2.5",
"sharp": "^0.33.2",
"typescript": "^5.3.3"
},
"packageManager": "yarn@4.5.0",
"devDependencies": {
"playwright": "^1.41.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
}
}