-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 966 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": "pixiv2",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon --inspect app.js",
"postinstall": "patch-package"
},
"author": "",
"license": "ISC",
"dependencies": {
"@book000/pixivts": "^0.18.4",
"@fastify/cookie": "^9.1.0",
"@fastify/formbody": "^7.4.0",
"@fastify/secure-session": "^7.1.0",
"@fastify/session": "^10.5.0",
"@fastify/static": "^6.11.2",
"@fastify/view": "^8.2.0",
"axios": "^1.5.1",
"dotenv": "^16.3.1",
"fastify": "^4.24.3",
"fastify-formbody": "^5.3.0",
"fastify-socket.io": "^5.0.0",
"isotope-layout": "^3.0.6",
"masonry-layout": "^4.2.2",
"node-fetch": "^3.3.2",
"nodemon": "^3.0.1",
"patch-package": "^8.0.0",
"pug": "^3.0.2",
"sanitize-filename": "^1.6.3",
"socket.io": "^4.7.2",
"uglify-js": "^3.17.4",
"uuid": "^9.0.1",
"base64url": "^3.0.1",
"puppeteer": "^22.11.0"
}
}