-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
162 lines (162 loc) · 5.01 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "moepictures.moe",
"version": "1.0.0",
"description": "Moepictures is a moe anime image board for cute anime art. We exclusively collect the art of cute anime girls. Search for the most moe art on the internet! You can also apply image filters to posts and reverse/change speed of videos and gifs. Posts are organzied by artists, characters, series, and tags.",
"main": "dist/server.js",
"scripts": {
"start": "npm run clean && webpack && node dist/server.js",
"test": "tsc test.ts && node test.js",
"server": "webpack && npm run pm2",
"pm2": "pm2 stop all && pm2 start dist/server.js",
"clean": "del-cli ./dist"
},
"keywords": [
"moe",
"cute",
"kawaii",
"anime art",
"image board",
"booru",
"moepictures"
],
"repository": {
"type": "git",
"url": "https://github.com/Moebits/Moepictures.moe"
},
"author": "Moebits",
"license": "MIT",
"overrides": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.7",
"@types/express-session": "^1.17.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/less": "^3.0.1",
"@types/mime-types": "^2.1.1",
"@types/node": "^20.12.2",
"@types/pg": "^7.14.4",
"@types/react": "^16.9.48",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-slider": "^1.3.1",
"@types/react-star-ratings": "^2.3.3",
"@types/sharp": "^0.30.4",
"@types/three": "^0.148.0",
"@types/webpack-env": "^1.15.2",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"del-cli": "^3.0.1",
"dotenv": "^16.0.3",
"dotenv-webpack": "^8.0.1",
"express-favicon": "^2.0.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.14",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"javascript-obfuscator": "^4.0.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"mini-css-extract-plugin": "^2.7.2",
"os": "^0.1.2",
"path-browserify": "^1.0.1",
"pm2": "^5.2.0",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"react-router-dom": "^5.2.0",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"tslint": "^6.1.3",
"typescript": "^5.6.3",
"url": "^0.11.4",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^6.0.1",
"webpack-hot-middleware": "^2.25.3",
"webpack-node-externals": "^3.0.0",
"webpack-obfuscator": "^3.5.1"
},
"dependencies": {
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
"@napi-rs/canvas": "^0.1.56",
"@react-email/components": "^0.0.24",
"@vitalets/google-translate-api": "^8.0.0",
"audio-encoder": "^1.0.4",
"aws-sdk": "^2.1120.0",
"axios": "^0.26.1",
"bcrypt": "^5.1.0",
"bing-translate-api": "^2.5.0",
"bootstrap": "^5.3.3",
"common-tags": "^1.8.2",
"connect-pg-simple": "github:Moebits/node-connect-pg-simple#column-names",
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csrf": "^3.1.0",
"deviantart.ts": "^0.2.6",
"evaporate": "^2.1.4",
"express": "^4.17.3",
"express-rate-limit": "^6.3.0",
"express-session": "^1.17.2",
"express-slow-down": "^1.4.0",
"fft.js": "^4.0.4",
"form-data": "^4.0.0",
"gibberish-detector": "^1.0.0",
"gif-encoder": "^0.7.2",
"gif-frames": "github:Moebits/gif-frames#no-cumulative",
"handlebars": "^4.7.7",
"image-pixels": "^2.2.2",
"imagetracerjs": "^1.2.6",
"jswebm": "github:Moebits/jswebm",
"jszip": "^3.7.1",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"localforage": "^1.10.0",
"magic-bytes.js": "^1.0.10",
"mime": "^3.0.0",
"mime-types": "^2.1.35",
"mkvdemuxjs": "^1.0.1",
"mp4box": "^0.5.2",
"music-metadata": "^7.13.1",
"node-2fa": "github:Moebits/node-2fa#dist",
"nodemailer": "^6.7.3",
"pace-js": "^1.2.4",
"pg": "^8.7.3",
"pixiv.ts": "^0.6.6",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-contenteditable": "^3.3.6",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.5",
"react-image-crop": "^10.0.2",
"react-reorder": "^3.0.0-alpha.7",
"react-router-hash-link": "^2.4.3",
"react-shape-editor": "^4.1.1",
"react-simple-star-rating": "github:Moebits/react-simple-star-rating#full-fraction-dist",
"react-slider": "^1.3.1",
"react-string-replace": "^0.4.4",
"react-zoom-pan-pinch": "^2.1.3",
"redis": "^4.7.0",
"sharp": "^0.30.7",
"sharp-phash": "^2.0.0",
"snoowrap": "^1.23.0",
"strtok3": "^7.0.0-alpha.8",
"svg-captcha": "^1.4.0",
"svgo": "^3.3.2",
"three": "^0.148.0",
"three-stdlib": "^2.21.5",
"tone": "^14.7.39",
"waifu2x": "^1.4.6",
"webpxmux": "^0.0.2"
}
}