Skip to content

Commit

Permalink
➕ Add site dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Oct 13, 2020
1 parent aa9a20d commit 4127769
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 19 deletions.
19 changes: 5 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 39 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
"description": "Koj's repository template with GitHub Actions CI, releases, and more",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"test-watch": "jest --watch",
"coverage": "jest --coverage",
"pre-process": "ts-node pre-process.ts",
"post-process": "ts-node post-process.ts",
"dev": "npm run pre-process && sapper dev",
"build": "npm run pre-process && sapper build --legacy",
"export": "npm run pre-process && sapper export --legacy && npm run post-process",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run",
"update-template": "npx update-template https://github.com/upptime/status-page",
"semantic-release": "semantic-release"
},
Expand All @@ -27,17 +32,46 @@
"url": "https://github.com/upptime/status-page/issues"
},
"homepage": "https://github.com/upptime/status-page#readme",
"dependencies": {
"@octokit/rest": "^18.0.3",
"compression": "^1.7.4",
"fs-extra": "^9.0.1",
"js-yaml": "^3.14.0",
"polka": "next",
"sirv": "^1.0.5",
"snarkdown": "^1.2.2",
"svelte-chartjs": "^1.0.1"
},
"devDependencies": {
"@koj/config": "1.2.5",
"@babel/core": "^7.11.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/runtime": "^7.11.2",
"@koj/config": "^1.2.5",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-replace": "^2.3.3",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.1",
"@semantic-release/npm": "^7.0.6",
"@types/fs-extra": "^9.0.1",
"@types/jest": "^26.0.14",
"@types/js-yaml": "^3.12.5",
"jest": "^26.4.2",
"npm-run-all": "^4.1.5",
"rollup": "^2.23.1",
"rollup-plugin-svelte": "^5.2.3",
"rollup-plugin-terser": "^7.0.0",
"sapper": "^0.28.0",
"semantic-release": "^17.1.2",
"semantic-release-gitmoji": "^1.3.4",
"svelte": "^3.24.1",
"ts-jest": "^26.4.1",
"ts-node": "^8.10.2",
"typescript": "^4.0.3",
"update-template": "^1.1.2"
}
Expand Down

0 comments on commit 4127769

Please sign in to comment.