-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 942 Bytes
/
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
{
"name": "oss-valentines",
"version": "1.0.0",
"description": "The code that powers https://oss.love",
"scripts": {
"build": "eleventy",
"dev": "eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/oss-valentines.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/netlify/oss-valentines/issues"
},
"homepage": "https://github.com/netlify/oss-valentines#readme",
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"@netlify/functions": "^2.6.0",
"@octokit/graphql": "^4.8.0",
"@octokit/oauth-app": "^3.6.0",
"@octokit/oauth-methods": "^1.2.6",
"@supabase/supabase-js": "^1.30.0",
"node-fetch": "^2.7.0",
"sass": "^1.49.7",
"shortid": "^2.2.16"
},
"devDependencies": {
"netlify-cli": "^17.23.1"
},
"private": true
}