-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.54 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "itszoes.site",
"version": "4.0.0",
"description": "Website for Zoe Kelly",
"main": "index.js",
"scripts": {
"test": "standard && dependency-check package.json",
"start": "node server.js",
"build": "jalla build index.js --sw sw.js"
},
"documentify": {
"transform": [
[
"./lib/document",
{
"order": "end"
}
]
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeandconspire/itszoes.site.git"
},
"author": "code and conspire",
"license": "CC-BY",
"bugs": {
"url": "https://github.com/codeandconspire/itszoes.site/issues"
},
"devDependencies": {
"choo-devtools": "^2.5.1",
"dependency-check": "^3.4.1",
"standard": "^15.0.1"
},
"dependencies": {
"acorn": "^6.4.2",
"cccpurge": "^1.4.0",
"choo": "^7.1.0",
"choo-meta": "^1.0.4",
"choo-service-worker": "^2.4.0",
"cloudinary": "^1.23.0",
"dedent": "^0.7.0",
"dotenv": "^6.2.0",
"hstream": "^1.2.0",
"jalla": "^1.0.0-39",
"koa-body": "^4.2.0",
"koa-compose": "^4.1.0",
"koa-route": "^3.2.0",
"nanolru": "^1.0.0",
"nanoraf": "^3.1.0",
"normalize.css": "^8.0.1",
"postcss-custom-properties": "^8.0.11",
"postcss-url": "^7.3.2",
"prismic-element": "^1.0.0",
"prismic-javascript": "^2.7.1",
"prismic-richtext": "^0.4.0",
"smoothscroll-polyfill": "^0.4.4"
},
"homepage": "https://github.com/codeandconspire/itszoes.site#readme",
"directories": {
"lib": "lib"
},
"keywords": []
}