This repository has been archived by the owner on Mar 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
95 lines (95 loc) · 2.43 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "misskey-web",
"version": "0.0.0",
"description": "Misskey Web",
"main": "./built/index.js",
"repository": {
"url": "https://github.com/MissKernel/Misskey-Web.git"
},
"scripts": {
"start-production": "NODE_ENV=production node ./built/index.js",
"start": "node ./built/index.js",
"dtsm": "dtsm --insight false install",
"build": "gulp build",
"build-develop": "gulp build-develop",
"watch": "gulp watch",
"lint": "gulp lint",
"clean": "gulp clean",
"clean-all": "gulp clean-all",
"test": "gulp test"
},
"license": "MIT",
"devDependencies": {
"aliasify": "2.0.0",
"bower": "1.7.9",
"browserify": "13.0.1",
"browserify-livescript": "0.2.3",
"del": "2.2.1",
"dtsm": "1.1.0",
"event-stream": "3.3.3",
"glob": "7.0.5",
"gulp": "3.9.1",
"gulp-cssnano": "2.1.2",
"gulp-livescript": "3.0.1",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-replace": "0.5.4",
"gulp-stylus": "2.5.0",
"gulp-tslint": "5.0.0",
"gulp-typescript": "2.13.6",
"gulp-uglify": "1.5.4",
"gulp-util": "3.0.7",
"jadeify": "4.6.0",
"livescript": "1.5.0",
"tslint": "3.13.0",
"typescript": "1.8.10",
"typescript-require": "^0.2.9-1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
},
"dependencies": {
"accept-language": "2.0.17",
"argv": "0.0.2",
"body-parser": "1.15.2",
"cheerio-httpcli": "0.6.8",
"compression": "1.6.2",
"connect-mongo": "1.2.1",
"cookie": "0.3.1",
"cookie-parser": "1.4.3",
"cors": "2.7.1",
"csurf": "1.9.0",
"del": "2.2.1",
"escape-html": "1.0.3",
"event-stream": "3.3.3",
"express": "4.14.0",
"express-minify": "0.2.0",
"express-session": "1.14.0",
"express-useragent": "0.2.4",
"glob": "7.0.5",
"gm": "1.22.0",
"gulp-stylus": "2.5.0",
"gulp-uglify": "1.5.4",
"html-entities": "1.2.0",
"jade": "1.11.0",
"js-yaml": "3.6.1",
"log-cool": "1.1.0",
"marked": "0.3.5",
"moment": "2.14.1",
"mongoose": "4.5.3",
"multer": "1.1.0",
"node-ipc": "7.0.0",
"object-assign-deep": "0.0.4",
"pug": "2.0.0-beta3",
"pugify": "1.0.5",
"redis": "2.6.2",
"request": "2.72.0",
"serve-favicon": "2.3.0",
"shelljs": "0.7.0",
"socket.io": "1.4.8",
"subdomain": "1.2.0",
"tslint": "3.13.0",
"typescript-require": "0.2.9",
"vhost": "3.0.2"
},
"private": true
}