-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.18 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.18 KB
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
{
"name": "courier",
"version": "0.0.10",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start:client": "gulp",
"start:server": "gulp server",
"dist": "gulp prod",
"start": "run-p start:client start:server"
},
"dependencies": {
"axios": "1.6.x",
"body-parser": "1.20.x",
"connect-livereload": "0.6.x",
"dotenv": "16.3.x",
"express": "4.18.x",
"fs-extra": "11.2.x",
"winston": "3.11.x",
"winston-daily-rotate-file": "4.7.x"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"chalk": "^4.1.0",
"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.6",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"semver": "^7.3.2",
"simple-git": "^2.20.1",
"svelte": "^3.24.1",
"through2": "^4.0.2",
"vinyl-source-stream": "^2.0.0"
}
}