-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.1 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
{
"name": "iustinian-glavan.github.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.astro src",
"prettier:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx,astro,css}\"",
"prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx,astro,css}\"",
"astro": "astro"
},
"dependencies": {
"astro": "^5.6.1"
},
"description": "README",
"main": "index.js",
"devDependencies": {
"@typescript-eslint/parser": "^8.29.1",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.24.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iustinian-glavan/iustinian-glavan.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iustinian-glavan/iustinian-glavan.github.io/issues"
},
"homepage": "https://github.com/iustinian-glavan/iustinian-glavan.github.io#readme"
}