-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1013 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
{
"name": "kinderplatz-api",
"version": "1.2.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"cms": "pnpx netlify-cms-proxy-server",
"data": "node src/index.js",
"dev-pages": "npm run data && wrangler pages dev ./public --compatibility-date=2023-07-10",
"dev": "npm run dev-pages & npm run cms",
"publish": "wrangler pages publish ./public --project-name=kinderplatz-api",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"graphql": "^16.7.1",
"graphql-compose": "^9.0.10",
"graphql-yoga": "^4.0.3",
"lodash": "^4.17.21",
"prairie": "^4.1.2",
"static-content-api": "^1.3.0"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-lodash-fp": "2.2.0-a1",
"jest": "^29.6.1",
"wrangler": "^3.2.0"
}
}