forked from xreiju/joinmisskey.github.io
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
115 lines (115 loc) · 3.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "joinmisskey.github.io",
"version": "1.0.0",
"main": "docs/index.html",
"description": "joinmisskey.github.io",
"scripts": {
"build-files": "gulp prebuild-files",
"build2deploy": "gulp",
"build-all": "gulp prebuild-files && gulp",
"build-pages": "gulp pages",
"netlify": "npm install; git worktree add pages/ja pages/ja; git worktree add pages/en pages/en; gulp netlify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joinmisskey/joinmisskey.github.io"
},
"author": "tamaina <[email protected]> (https://misskey.xyz/@aqz)",
"license": "MIT",
"bugs": {
"url": "https://github.com/joinmisskey/joinmisskey.github.io/issues"
},
"homepage": "https://joinmisskey.github.io/",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-transform-strict-mode": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-brands-svg-icons": "^5.5.0",
"@fortawesome/free-regular-svg-icons": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"animate.css": "^3.7.0",
"babel-loader": "^8.0.4",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"bootstrap": "^4.1.3",
"cafy": "^12.0.0",
"chart.js": "^2.7.3",
"cheerio": "^1.0.0-rc.2",
"clean-css": "^4.2.1",
"colors": "^1.3.2",
"del": "^3.0.0",
"download": "^7.1.0",
"extend": "^3.0.2",
"fancy-log": "^1.3.3",
"file-type": "^10.6.0",
"front-matter": "^3.0.1",
"glob": "^7.1.3",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-connect": "^5.6.1",
"gulp-data": "^1.3.1",
"gulp-gm": "0.0.9",
"gulp-image": "4.4.1",
"gulp-image-resize": "^0.13.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^4.0.1",
"gulp-pug-inheritance": "^0.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-terser": "^1.1.6",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"gulp-webpack": "^1.5.0",
"html-entities": "^1.2.1",
"html-minifier": "^3.5.21",
"html-to-text": "^4.0.0",
"image-size": "^0.6.3",
"inquirer": "^6.2.1",
"js-yaml": "^3.12.0",
"jstransformer-clean-css": "^2.1.0",
"jstransformer-highlight": "^2.0.0",
"jstransformer-sass": "^1.0.0",
"jstransformer-uglify-js": "^1.2.0",
"katex": "^0.10.0",
"kramed": "^0.5.6",
"load-gulp-tasks": "^0.1.0",
"merge-stream": "^1.0.1",
"mfmf": "^2.1.3",
"minimist": "^1.2.0",
"mississippi2": "^1.0.5",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"node-sass": "^4.10.0",
"numeral": "^2.0.6",
"pjax-api": "^3.24.1",
"plugin-error": "^1.0.1",
"popper.js": "^1.14.6",
"pug": "^2.0.3",
"pump": "^3.0.0",
"punycode": "^2.1.1",
"replace-ext": "^1.0.0",
"request": "^2.88.0",
"rimraf": "^2.6.2",
"semver": "^5.6.0",
"summaly": "^2.2.0",
"sync-request": "^6.0.0",
"sync-summaly": "^2.0.3-sync.2",
"terser": "^3.11.0",
"tether": "^1.4.5",
"typescript": "^3.2.1",
"ua-parser-js": "^0.7.19",
"wanakana": "^4.0.2",
"webpack": "^4.26.1",
"webpack-stream": "^5.2.1",
"workbox-sw": "^3.6.3"
},
"dependencies": {
"gulp": "^4.0.0",
"npm": "^6.4.1",
"workbox-build": "^3.6.3"
}
}