-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "dpixivjs",
"version": "1.0.0",
"description": "",
"main": "api.js",
"dependencies": {
"buffer-replace": "^1.0.0",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^8.2.0",
"fastify": "^3.8.0",
"fastify-cors": "^4.1.0",
"fastify-static": "^3.3.0",
"fastify-swagger": "^4.8.4",
"fastify-telegraf": "^1.0.2",
"fluent-ffmpeg": "^2.1.2",
"js-cookie": "^2.2.1",
"node-fetch": "^2.6.1",
"pngjs": "^6.0.0",
"react": "^16.13.0",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^16.13.0",
"react-redux": "^7.2.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.0",
"react-select": "^4.3.0",
"telegraf": "^3.38.0",
"telegraf-i18n": "^6.6.0",
"telegraf-session-redis": "^5.1.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"scripts": {
"start": "node index.js",
"server": "nodemon -r dotenv/config index.js",
"client": "cd dpixclient && react-scripts start",
"build": "cd dpixclient && react-scripts build"
},
"author": "",
"license": "ISC"
}