55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "apollo-upload-examples-app",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Jayden Seric",
|
|
"email": "me@jaydenseric.com",
|
|
"url": "https://jaydenseric.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jaydenseric/apollo-upload-examples.git",
|
|
"directory": "app"
|
|
},
|
|
"homepage": "https://github.com/jaydenseric/apollo-upload-examples#readme",
|
|
"bugs": "https://github.com/jaydenseric/apollo-upload-examples/issues",
|
|
"funding": "https://github.com/sponsors/jaydenseric",
|
|
"engines": {
|
|
"node": "^12.0.0 || >= 13.7.0",
|
|
"npm": ">= 7"
|
|
},
|
|
"browserslist": "Node 12 - 13 and Node < 13, Node >= 13.7.0, > 0.5%, not OperaMini all, not dead",
|
|
"dependencies": {
|
|
"@apollo/client": "^3.3.6",
|
|
"apollo-upload-client": "^14.1.3",
|
|
"device-agnostic-ui": "^5.1.1",
|
|
"graphql": "^15.4.0",
|
|
"next": "^9.5.5",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-graphql-tag": "^3.1.0",
|
|
"eslint": "^7.15.0",
|
|
"eslint-config-env": "^15.0.1",
|
|
"eslint-config-prettier": "^7.0.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsdoc": "^30.7.8",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^3.3.0",
|
|
"eslint-plugin-react": "^7.21.5",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"prettier": "^2.2.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|