-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1007 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
39
40
41
42
{
"name": "peppubuild-server",
"version": "0.0.13",
"repository": {
"type": "git",
"url": "github.com/hannydevelop/peppubuild.git"
},
"main": "./server.js",
"scripts": {
"start": "node server.js",
"release": "release-it"
},
"dependencies": {
"basic-ftp": "^5.0.5",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"formidable": "^2.1.2",
"fs": "^0.0.1-security",
"google-auth-library": "^9.7.0",
"googleapis": "^105.0.0",
"grapesjs": "^0.21.7",
"http-proxy-middleware": "^3.0.3",
"lowdb": "^1.0.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.7.0",
"open": "^9.1.0",
"openai": "^3.1.0",
"path": "^0.12.7",
"peppu-panel": "^0.1.4",
"peppu-sidebar": "^0.1.6",
"replace-in-file": "^7.0.1",
"serverless-http": "^3.2.0",
"stream": "^0.0.2",
"tmp": "^0.2.3"
},
"devDependencies": {
"release-it": "^16.3.0"
}
}