-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.56 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
{
"name": "spillosoferna.se",
"version": "1.0.0",
"description": "Educational platform Spillosoferna",
"main": "index.js",
"scripts": {
"test": "standard",
"purge": "node -r dotenv/config -e 'require(\"./lib/purge.js\")(\"../index.js\", console.log)'",
"start": "node server.js",
"build": "jalla build index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeandconspire/spillosoferna.se.git"
},
"browser": {
"./lib/prismic-api": "./lib/prismic-api/browser"
},
"standard": {
"parser": "babel-eslint"
},
"documentify": {
"transform": [
[
"./lib/document.js",
{
"order": "end"
}
]
]
},
"author": "code and conspire",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeandconspire/spillosoferna.se/issues"
},
"homepage": "https://github.com/codeandconspire/spillosoferna.se#readme",
"devDependencies": {
"babel-eslint": "^10.0.3",
"standard": "^14.3.1"
},
"dependencies": {
"cccpurge": "^2.0.0",
"choo": "^7.0.0",
"choo-devtools": "^3.0.1",
"choo-meta": "^2.0.0",
"cloudinary": "^1.13.2",
"dotenv": "^8.2.0",
"focus-visible": "^5.0.2",
"hstream": "^3.1.1",
"jalla": "^1.0.0-26",
"koa-body": "^4.1.1",
"koa-compose": "^4.1.0",
"koa-route": "^3.2.0",
"koa-session": "^5.12.3",
"nanoraf": "^3.1.0",
"normalize.css": "^8.0.1",
"postcss-focus-visible": "^4.0.0",
"prismic-element": "^2.0.3",
"prismic-javascript": "^3.0.2",
"prismic-richtext": "^1.0.3"
}
}