-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.16 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
{
"name": "sermon",
"version": "0.4.4",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/tborychowski/sermon"
},
"scripts": {
"start:client": "gulp",
"start:server": "gulp server",
"dist": "gulp prod",
"start": "run-p start:client start:server"
},
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"follow-redirects": "^1.13.0",
"fs-extra": "^9.0.1",
"winston": "^3.3.3"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^9.0.0",
"canvas-gauges": "^2.1.7",
"chalk": "^4.1.0",
"connect-livereload": "^0.6.1",
"del": "^5.1.0",
"detect-indent": "^6.0.0",
"eslint-plugin-svelte3": "^2.7.3",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-livereload": "^4.0.2",
"gulp-nodemon": "^2.5.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylus": "^2.7.0",
"inquirer": "^7.3.3",
"npm-run-all": "^4.1.5",
"ora": "^5.0.0",
"rollup": "^2.26.9",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.1",
"semver": "^7.3.2",
"simple-git": "^2.20.1",
"svelte": "^3.24.1",
"through2": "^4.0.2",
"vinyl-source-stream": "^2.0.0"
}
}