-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.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
{
"name": "chisel-parse-server",
"version": "0.7.2",
"description": "Parse Server setup for Chisel CMS",
"author": "Beach.io <beach.io>",
"license": "MIT",
"homepage": "http://chiselcms.com",
"repository": {
"type": "git",
"url": "https://github.com/beachio/chisel-parse-server-starter"
},
"bugs": {
"url": "https://github.com/beachio/chisel-parse-server-starter/issues"
},
"scripts": {
"start": "node index.js",
"updateConfAndStart": "node update_stripe_in_config.js && node index.js"
},
"dependencies": {
"@nessi/parse-server": "^4.5.2",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-http-proxy": "^1.6.2",
"parse": "^2.19.0",
"parse-dashboard": "^2.1.0",
"parse-server-jobs-scheduler": "^1.1.1",
"parse-server-mailgun": "^2.4.15",
"parse-server-mural-auth-adapter": "^1.0.10",
"request": "^2.88.2",
"stripe": "^7.63.1",
"yarn": "^1.22.5"
},
"engines": {
"node": ">=10.0.0",
"yarn": "^1.22.5"
}
}