forked from Kareadita/kareadita.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 934 Bytes
/
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
{
"name": "kavita",
"version": "1.0.0",
"description": "Kavita's Website",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Kareadita/Kavita.git"
},
"scripts": {
"build": "gulp build",
"start": "gulp serve"
},
"author": "",
"license": "BSD",
"gitHead": "9ff7aa1bf7fe38c4c5bdb92f56c8ad556916ed67",
"readmeFilename": "readme.md",
"devDependencies": {
"browser-sync": "^2.29.1",
"glob-parent": "^6.0.1",
"plugin-error": "1.0.1",
"replace-ext": "2.0.0",
"socket.io": "^4.5.1",
"through2": "^4.0.2",
"trim-newlines": "^4.0.2",
"ws": "^8.0.0",
"xmlhttprequest-ssl": "^2.0.0",
"yargs-parser": "^20.2.9",
"yarn": "^1.22.10",
"marko": "^4.23.10",
"gulp": "^4.0.2",
"gulp-cache-bust": "^1.4.0",
"gulp-imagemin": "7.1.0",
"gulp-less": "4.0.1",
"gulp-pretty-html": "^2.0.9",
"gulp-print": "^5.0.2",
}
}