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

github.com/gohugoio/hugoTestProjectJSModImports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-01-22 19:13:26 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-01-22 19:15:43 +0300
commit8e73cdf22d04790204bc9280cbe2fe3007c25b7e (patch)
tree385cd19b86fb1ebb92f49ce68e50cf0c7d52b1d9 /package.hugo.json
parentb42576d6531215d53114843882acc5dc311a9b21 (diff)
Clean up package.json
Diffstat (limited to 'package.hugo.json')
-rw-r--r--package.hugo.json48
1 files changed, 32 insertions, 16 deletions
diff --git a/package.hugo.json b/package.hugo.json
index 72de38f..dd7ef78 100644
--- a/package.hugo.json
+++ b/package.hugo.json
@@ -1,19 +1,35 @@
{
- "name": "hugotestprojectjsmodimports",
- "version": "1.0.0",
- "description": "Test project used for integration testing.",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "author": "",
+ "bugs": {
+ "url": "https://github.com/gohugoio/hugoTestProjectJSModImports/issues"
+ },
+ "comments": {
+ "dependencies": {
+ "date-fns": "github.com/gohugoio/hugoTestModulesJS/mod2"
},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gohugoio/hugoTestProjectJSModImports.git"
- },
- "author": "",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/gohugoio/hugoTestProjectJSModImports/issues"
- },
- "homepage": "https://github.com/gohugoio/hugoTestProjectJSModImports#readme"
+ "devDependencies": {
+ "react": "^17.0.1",
+ "react-dom": "^17.0.1"
+ }
+ },
+ "dependencies": {
+ "date-fns": "^2.16.1"
+ },
+ "description": "Test project used for integration testing.",
+ "devDependencies": {
+ "react": "^17.0.1",
+ "react-dom": "^17.0.1"
+ },
+ "homepage": "https://github.com/gohugoio/hugoTestProjectJSModImports#readme",
+ "license": "ISC",
+ "main": "index.js",
+ "name": "hugotestprojectjsmodimports",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/gohugoio/hugoTestProjectJSModImports.git"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "version": "1.0.0"
}