-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.53 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@coderbyheart/photos",
"version": "0.0.0-development",
"description": "Website for my photos",
"author": "Markus Tacker <[email protected]> | https://coderbyheart.com",
"license": "MIT",
"type": "module",
"scripts": {
"start": "node load-data.js && vite",
"build": "node load-data.js && vite build --emptyOutDir"
},
"dependencies": {
"date-fns": "4.1.0",
"mapbox-gl": "3.8.0",
"preact": "10.25.0",
"preact-iso": "2.8.1",
"remark-frontmatter": "5.0.0",
"styled-components": "6.1.13"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.701.0",
"@nordicsemiconductor/asset-tracker-cloud-code-style": "13.1.16",
"@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript": "17.0.0",
"@nordicsemiconductor/from-env": "3.0.1",
"@preact/preset-vite": "2.9.2",
"@testing-library/preact": "3.2.4",
"@types/mapbox-gl": "3.4.1",
"@types/styled-components": "5.1.34",
"bottleneck": "^2.19.5",
"chai": "5.1.2",
"contentful-management": "11.40.0",
"husky": "9.1.7",
"js-yaml": "^4.1.0",
"lint-staged": "15.2.10",
"prettier": "3.4.1",
"rehype-format": "5.0.1",
"rehype-stringify": "10.0.1",
"remark": "15.0.1",
"remark-extract-frontmatter": "3.2.0",
"remark-html": "16.0.1",
"remark-rehype": "11.1.1",
"typescript": "5.7.2",
"vite": "6.0.1"
},
"lint-staged": {
"*.{md,json,yaml,yml,js}": [
"prettier --write"
]
},
"prettier": "@nordicsemiconductor/asset-tracker-cloud-code-style/.prettierrc"
}