-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.65 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "hempur.se",
"version": "1.0.0",
"description": "Public website of the Hempur brand",
"main": "index.js",
"scripts": {
"test": "standard",
"purge": "node -r dotenv/config -e \"require('./lib/purge')(['/service-worker.js'], console.log)\"",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeandconspire/hempur.se.git"
},
"engines": {
"node": "^10.0.0"
},
"author": "code and conspire",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/codeandconspire/hempur.se/issues"
},
"homepage": "https://github.com/codeandconspire/hempur.se#readme",
"documentify": {
"transform": [
[
"./lib/document.js",
{
"order": "end"
}
]
]
},
"standard": {
"parser": "babel-eslint"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"choo-devtools": "^2.5.1",
"standard": "^12.0.1"
},
"dependencies": {
"cccpurge": "^2.0.0",
"choo": "^6.13.0",
"choo-lazy-view": "^0.2.0",
"choo-service-worker": "^2.4.0",
"cloudinary": "^1.11.0",
"dedent": "^0.7.0",
"dotenv": "^6.1.0",
"focus-visible": "^4.1.5",
"hstream": "^1.2.0",
"jalla": "^0.10.0-13",
"koa-body": "^4.0.4",
"koa-compose": "^4.1.0",
"koa-route": "^3.2.0",
"nanolru": "^1.0.0",
"nanoraf": "^3.1.0",
"normalize.css": "^8.0.0",
"postcss-calc": "^6.0.2",
"postcss-custom-properties": "^8.0.8",
"postcss-focus-visible": "^4.0.0",
"prismic-element": "^1.0.0",
"prismic-javascript": "^1.5.0",
"prismic-richtext": "^0.4.2",
"smoothscroll-polyfill": "^0.4.3"
}
}