-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.8 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": "ffconf",
"version": "1.1.0",
"description": "Root for ffconf",
"main": "index.js",
"private": true,
"engines": {
"node": "16"
},
"scripts": {
"update": "node ./tweets.js",
"server:dev": "PORT=7000 nodemon ./graphql/server",
"server": "PORT=7000 node ./graphql/server",
"dev": "eleventy --serve --quiet",
"jobs": "node ./jobs.mjs",
"redirects": "node ./redirects.js",
"prebuild": "npm run jobs",
"build": "eleventy && npm run redirects && test -e dist/index.html",
"postbuild": "cd graphql/; now --token=$NOW_TOKEN && now --target production --token $NOW_TOKEN",
"now-build": "true",
"now-start": "node ./graphql"
},
"author": "Remy Sharp",
"license": "MIT",
"parked": {
"@remy/ffconf2009": "^1.1.0",
"@remy/ffconf2010": "^1.1.0",
"@remy/ffconf2011": "^1.1.0",
"@remy/ffconf2012": "^1.1.1",
"@remy/ffconf2013": "^1.1.0",
"@remy/ffconf2014": "^1.1.0",
"@remy/ffconf2015": "^1.1.0",
"@remy/ffconf2016": "^1.5.0",
"@remy/ffconf2017": "^1.2.3",
"@remy/ffconf2018": "1.2.15",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"graphql-request": "^1.4.0",
"jwt-decode": "^2.2.0",
"lru-cache": "^4.1.3",
"vhost": "^3.0.2"
},
"dependencies": {
"@11ty/eleventy-upgrade-help": "^2.0.5",
"apollo-server-micro": "^2.9.4",
"csv-parse": "^5.3.1",
"graphql": "^14.4.2",
"markdown-it-attrs": "^4.1.6",
"slugify": "^1.6.5",
"undefsafe": "^2.0.2",
"unidecode": "^0.1.8"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.0.6",
"apollo-server-testing": "^2.2.0",
"cheerio": "^1.0.0-rc.3",
"date-fns": "^1.30.1",
"eslint": "^6.5.1",
"node-fetch": "^2.6.0",
"now": "^16.1.1"
}
}