forked from formspark/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.42 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
{
"name": "formspark-documentation",
"description": "Formspark documentation",
"private": true,
"version": "1.0.0",
"author": "Bjorn Krols (https://formspark.io)",
"license": "UNLICENSED",
"keywords": [
"documentation",
"forms",
"formspark"
],
"authors": {
"name": "Formspark",
"email": "[email protected]"
},
"homepage": "https://github.com/formspark/documentation#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/formspark/documentation.git"
},
"bugs": {
"url": "https://github.com/formspark/documentation/issues"
},
"scripts": {
"build": "vuepress build docs",
"deploy": "aws s3 sync docs/.vuepress/dist s3://formspark-production-documentation-website --delete --acl public-read --region eu-west-1 && aws cloudfront create-invalidation --distribution-id E85HAKX4CBCUB --paths \"/*\" --region eu-west-1",
"dev": "vuepress dev docs",
"format": "prettier --write . --ignore-path .gitignore",
"prepare": "husky install"
},
"dependencies": {
"@sentry/browser": "^7.17.4",
"@sentry/integrations": "^7.17.4",
"@sentry/tracing": "^7.17.4",
"lyticus": "^1.0.45",
"vuepress-plugin-robots": "^1.0.1",
"vuepress-plugin-sitemap": "^2.3.1"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.7",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"vuepress": "^1.9.7"
}
}