50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "apollo-upload-examples-app",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Jayden Seric",
|
|
"email": "me@jaydenseric.com",
|
|
"url": "https://jaydenseric.com"
|
|
},
|
|
"engines": {
|
|
"node": "^12.0.0 || >= 13.7.0"
|
|
},
|
|
"browserslist": "Node 12 - 13 and Node < 13, Node >= 13.7.0, > 0.5%, not OperaMini all, not dead",
|
|
"dependencies": {
|
|
"@apollo/react-hooks": "^3.1.5",
|
|
"@apollo/react-ssr": "^3.1.5",
|
|
"apollo-cache-inmemory": "^1.6.6",
|
|
"apollo-client": "^2.6.10",
|
|
"apollo-upload-client": "^13.0.0",
|
|
"babel-plugin-graphql-tag": "^2.5.0",
|
|
"device-agnostic-ui": "^5.1.1",
|
|
"graphql": "^15.1.0",
|
|
"graphql-tag": "^2.10.3",
|
|
"next": "^9.4.4",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.2.0",
|
|
"eslint-config-env": "^14.0.3",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-import": "^2.21.1",
|
|
"eslint-plugin-jsdoc": "^27.0.4",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"eslint-plugin-react": "^7.20.0",
|
|
"eslint-plugin-react-hooks": "^4.0.4",
|
|
"prettier": "^2.0.5"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run test:eslint && npm run test:prettier",
|
|
"test:eslint": "eslint .",
|
|
"test:prettier": "prettier -c .",
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
}
|
|
}
|