-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "@coderbyheart/photos",
"version": "0.0.0-development",
"description": "Website for my photos",
"author": "Markus Tacker <[email protected]> | https://coderbyheart.com",
"license": "MIT",
"scripts": {
"start": "node load-data.js && snowpack dev",
"build": "node load-data.js && snowpack build"
},
"dependencies": {
"date-fns": "2.22.1",
"mapbox-gl": "2.3.0",
"preact": "10.5.13",
"preact-router": "3.2.1",
"remark-frontmatter": "3.0.0",
"styled-components": "5.3.0"
},
"devDependencies": {
"@nordicsemiconductor/asset-tracker-cloud-code-style": "9.0.4",
"@prefresh/snowpack": "3.1.2",
"@snowpack/plugin-dotenv": "2.1.0",
"@snowpack/plugin-typescript": "1.2.1",
"@snowpack/web-test-runner-plugin": "0.2.2",
"@testing-library/preact": "2.0.1",
"@types/mapbox-gl": "2.3.0",
"@types/styled-components": "5.1.10",
"bottleneck": "^2.19.5",
"chai": "4.3.4",
"contentful-management": "7.25.0",
"husky": "6.0.0",
"js-yaml": "^4.1.0",
"lint-staged": "11.0.0",
"prettier": "2.3.1",
"remark": "13.0.0",
"remark-extract-frontmatter": "3.1.0",
"remark-html": "13.0.1",
"snowpack": "3.5.9",
"typescript": "4.3.4"
},
"lint-staged": {
"*.{md,json,yaml,yml,js}": [
"prettier --write"
]
}
}