-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 980 Bytes
/
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
{
"name": "Santiago-Torres14.github.io",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:Santiago-Torres14/Santiago-Torres14.github.io.git",
"license": "MIT",
"scripts": {
"test": "echo \"Error no test specified\" && exit 1",
"lint": "yarn eslint --ext .js,.astro src",
"format": "yarn prettier . --write",
"style": "yarn run format . && yarn run lint .",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && tsc --noEmit && astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "0.5.10",
"astro": "4.5.12",
"astro-icon": "^0.8.2",
"rollup": "^4.13.2"
},
"devDependencies": {
"@types/node": "^20.12.2",
"@typescript-eslint/parser": "7.4.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.4",
"prettier": "^3.2.5",
"prettier-plugin-astro": "0.13.0",
"typescript": "^5.5.2"
}
}