-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 956 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 956 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
38
39
{
"name": "canberramaker.space",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky",
"lint": "lint-staged"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^2.0.0",
"@astrojs/solid-js": "^4.4.0",
"@astrojs/svelte": "^5.0.0",
"astro": "^4.0.1",
"mapbox-gl": "^3.5.1",
"powerglitch": "^2.3.3",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.0",
"remark-smartypants": "^2.0.0",
"solid-js": "^1.8.18",
"solid-map-gl": "^1.11.3",
"svelte": "^4.2.17",
"typescript": "^5.4.5"
},
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "3.4.2",
"wrangler": "^4.24.3"
}
}