-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 949 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 949 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
37
{
"name": "veitlehmann",
"version": "1.1.0",
"description": "My website",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "stylelint src/styles/**/*.scss",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "git+https://github.com/levito/veitlehmann.de.git"
},
"author": "Veit Lehmann",
"license": "ISC",
"bugs": {
"url": "https://github.com/levito/veitlehmann.de/issues"
},
"homepage": "https://veitlehmann.de",
"stylelint": {
"extends": "stylelint-config-property-sort-order-smacss",
"customSyntax": "postcss-scss"
},
"dependencies": {
"@astrojs/mdx": "^0.13.0",
"@sindresorhus/slugify": "^2.1.1",
"astro": "^1.7.2",
"postcss-scss": "^4.0.6",
"sass": "^1.57.1",
"stylelint": "^14.16.0",
"stylelint-config-property-sort-order-smacss": "^9.0.0"
}
}