Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
add some suggestions from @AramZS's `package.json` linked to in issue #1
  • Loading branch information
cooljeanius committed Jul 15, 2023
1 parent f7bb2fc commit dde81f8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"import-without-circles": "npm run import -- removecircletweets",
"fetch-new-data": "node database/fetchFromApi.js",
"build": "npx @11ty/eleventy --quiet",
"start": "npx @11ty/eleventy --quiet --serve"
"build:heavy": "npx @11ty/eleventy --incremental",
"start": "npx @11ty/eleventy --quiet --serve",
"start:heavy": "NODE_OPTIONS=--max-old-space-size=12288 npx @11ty/eleventy --serve > buildlog2.txt",
"start:heavylog": "NODE_OPTIONS=--max-old-space-size=7168 DEBUG=* npx @11ty/eleventy --serve > buildlog2.txt",
"sizecheck": "du -sh _site"
},
"keywords": [],
"contributors": [
Expand All @@ -35,6 +39,7 @@
"twitter-lite": "^1.1.0"
},
"dependencies": {
"@11ty/is-land": "^3.0.0"
"@11ty/is-land": "^3.0.0",
"chartist": "^0.11.4"
}
}

0 comments on commit dde81f8

Please sign in to comment.