-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 978 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
34
35
36
37
38
39
40
41
{
"name": "carspotter.ca",
"version": "1.0.0",
"description": "Exotic car photography blog",
"author": {
"name": "HudsonGraeme",
"email": "me@hudsongrae.me",
"url": "https://hudsongrae.me"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-markdown": "2.2.0-2",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
"@fontsource/fira-code": "^4.5.13",
"@hope-ui/solid": "^0.6.7",
"@solidjs/router": "^0.8.2",
"@stitches/core": "^1.2.8",
"date-fns": "^2.29.3",
"exifr": "^7.1.3",
"ky": "^0.33.3",
"lodash": "^4.17.21",
"solid-icons": "^1.0.4",
"solid-js": "^1.6.10",
"solid-markdown": "^1.2.1",
"solid-transition-group": "^0.2.2",
"swiper": "^8.3.0"
},
"overrides": {
"solid-js": "^1.6.10",
"solid-transition-group": "^0.2.2"
}
}