-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1003 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
37
38
39
40
{
"name": "breadboard-website",
"version": "1.0.0",
"private": true,
"description": "",
"main": "send-email.js",
"scripts": {
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider sh build.sh",
"serve:dist": "npx serve ./dist/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netlify",
"serverless",
"apis",
"email",
"js"
],
"author": "Netlify",
"license": "MIT",
"dependencies": {
"cross-env": "^7.0.3",
"mailgun-js": "^0.22.0"
},
"devDependencies": {
"@vuedoc/md": "^3.2.0",
"@vuedoc/parser": "^3.3.0",
"concat-md": "^0.3.5",
"dotenv": "^8.6.0",
"mkdirp": "^1.0.4",
"typedoc": "^0.20.36",
"typedoc-plugin-markdown": "^3.8.1",
"typescript": "^4.2.4",
"vuepress": "^1.8.2",
"vuepress-plugin-check-md": "0.0.2",
"vuepress-plugin-zooming": "^1.1.8",
"walkdir": "^0.4.1"
}
}