-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "astro-style-guide",
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint:types": "astro check && tsc --noEmit",
"format": "prettier --write .",
"refreshSettings": "node --import ts-blank-space/register ./refresh-settings.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peerreynders/astro-style-guide"
},
"keywords": [],
"author": "Peer Reynders",
"license": "MIT",
"homepage": "https://github.com/peerreynders/astro-style-guide/tree/main?tab=readme-ov-file#astro-style-guide",
"bugs": {
"url": "https://github.com/peerreynders/astro-style-guide/issues"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"astro": "^5.2.6",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/node": "^22.13.1",
"prettier": "^3.5.0",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.84.0",
"ts-blank-space": "^0.6.0",
"valibot": "1.0.0-rc.2"
}
}