Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json
index dfe8986..a275111 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,10 @@
"version": "6.0.0",
"description": "HTML5 UP theme Massively for Hugo",
"scripts": {
+ "cypress": "cypress open",
+ "cypress:headless": "cypress run",
+ "e2e": "start-server-and-test hugo-dev http://localhost:1313 cypress",
+ "e2e:headless": "start-server-and-test hugo-dev http://localhost:1313 cypress:headless",
"hugo-dev": "cd exampleSite && hugo server --themesDir ../.."
},
"repository": {
@@ -22,5 +26,9 @@
"url": "https://github.com/curttimson/hugo-theme-massively/issues"
},
"homepage": "https://github.com/curttimson/hugo-theme-massively#readme",
- "devDependencies": {}
+ "devDependencies": {
+ "cypress": "^9.5.3",
+ "start-server-and-test": "^1.14.0",
+ "typescript": "^4.6.3"
+ }
} \ No newline at end of file