63 lines
2.0 KiB
JSON
63 lines
2.0 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.22.0 || ^14.17.0 || >= 16.0.0",
|
|
"npm": ">= 7"
|
|
},
|
|
"browserslist": "Node 12.22 - 13 and Node < 13, Node 14.17 - 15 and Node < 15, Node >= 16, > 0.5%, not OperaMini all, not IE > 0, not dead",
|
|
"dependencies": {
|
|
"@apollo/client": "^3.5.5",
|
|
"apollo-upload-client": "^16.0.0",
|
|
"device-agnostic-ui": "^9.0.0",
|
|
"graphql": "^15.7.2",
|
|
"next": "^12.0.7",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.16.3",
|
|
"@next/eslint-plugin-next": "^12.0.7",
|
|
"babel-plugin-graphql-tag": "^3.3.0",
|
|
"eslint": "^8.4.0",
|
|
"eslint-config-env": "^23.0.0",
|
|
"eslint-config-next": "^12.0.7",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-jsdoc": "^37.1.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.27.1",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"prettier": "^2.5.1",
|
|
"stylelint": "^14.1.0",
|
|
"stylelint-config-prettier": "^9.0.3",
|
|
"stylelint-config-recommended": "^6.0.0",
|
|
"stylelint-prettier": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"eslint": "eslint .",
|
|
"stylelint": "stylelint '**/*.css'",
|
|
"prettier": "prettier -c .",
|
|
"test": "npm run eslint && npm run stylelint && npm run prettier"
|
|
}
|
|
}
|