-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
{
"name": "@react-libraries/next-apollo-server",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "tsc -b",
"lint:fix": "eslint --fix && prettier -w src"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/formidable": "^2.0.5",
"formidable": "^2.1.1"
},
"devDependencies": {
"@apollo/server": "^4.6.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"graphql": "^16.6.0",
"next": "^13.3.0",
"prettier": "^2.8.7",
"typescript": "^5.0.4"
},
"author": "SoraKumo <[email protected]>",
"keywords": [
"GraphQL",
"Apollo",
"Server",
"Next.js",
"Upload",
"multipart/form-data"
],
"repository": "https://github.com/ReactLibraries/next-apollo-server"
}