-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.13 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.13 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
44
45
46
47
48
49
50
51
52
{
"name": "my-site-v6",
"type": "module",
"version": "6.0.1",
"description": "My personal website.",
"keywords": [
"personal-site",
"astrojs",
"ssg",
"blog",
"css",
"astro",
"front-end",
"static-site"
],
"browserslist": [
"defaults"
],
"author": "Fabrício Oliveira <fabriciololiveira@gmail.com> (https://fabloliv.github.io)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fabloliv/fabloliv.github.io.git"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.18.3",
"@astrojs/rss": "^2.3.2",
"@astrojs/sitemap": "^1.2.2",
"@fontsource/oswald": "^4.5.12",
"@fontsource/roboto": "^4.5.8",
"astro": "^2.2.2",
"astro-compress": "^1.1.35"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.0",
"cz-conventional-changelog": "^3.3.0",
"sass": "^1.62.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}