generated from pabio/template
-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
78 lines (78 loc) · 2.37 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@upptime/status-page",
"version": "1.17.0",
"description": "Upptime status page website",
"main": "dist/index.js",
"scripts": {
"pre-process": "ts-node pre-process.ts",
"post-process": "ts-node post-process.ts",
"init-tests": "ts-node init-tests.ts",
"dev": "npm run pre-process && sapper dev",
"build": "npm run init-tests && npm run pre-process && sapper build --legacy",
"export": "npm run pre-process && npm run post-process",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "npm run init-tests && run-p --race dev cy:run",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upptime/status-page.git"
},
"keywords": [
"koj",
"template",
"nodejs",
"typescript"
],
"author": "Anand Chowdhary <mail@anandchowdhary.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/upptime/status-page/issues"
},
"homepage": "https://github.com/upptime/status-page#readme",
"dependencies": {
"@octokit/rest": "^18.12.0",
"compression": "^1.7.4",
"fs-extra": "^10.1.0",
"js-yaml": "^4.1.0",
"polka": "next",
"sirv": "^1.0.5",
"snarkdown": "^2.0.0",
"svelte-chartjs": "^1.1.4"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/runtime": "^7.18.3",
"@koj/config": "^1.2.11",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-replace": "^2.3.3",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^9.0.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.1",
"@types/js-yaml": "^4.0.5",
"cypress": "^9.7.0",
"jest": "^28.1.0",
"npm-run-all": "^4.1.5",
"rollup": "^2.74.1",
"rollup-plugin-svelte": "^6.0.1",
"rollup-plugin-terser": "^7.0.2",
"sapper": "^0.29.0",
"semantic-release": "^19.0.2",
"semantic-release-gitmoji": "^1.4.4",
"svelte": "^3.24.1",
"ts-jest": "^28.0.3",
"ts-node": "^10.8.0",
"typescript": "^4.7.2"
}
}